Property | Type | Description | |
---|---|---|---|
ArcGISCategoryRegistration | void | ||
ArcGISCategoryUnregistration | void | ||
FillCache | void | ||
GetFeatureClass | void | ||
RegisterFunction | void | ||
UnregisterFunction | void |
Method | Description | |
---|---|---|
BufferSnap ( ) : System | ||
Load ( ESRI Stream ) : void | ||
Save ( ESRI Stream ) : void | ||
Shutdown ( ) : void | ||
Snap ( ESRI geom, ESRI point, double tolerance ) : bool | ||
Startup ( object &initializationData ) : void |
Method | Description | |
---|---|---|
ArcGISCategoryRegistration ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( Type registerType ) : void |
Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.
|
|
FillCache ( ESRI FClass, ESRI pPoint, double Distance ) : void | ||
GetFeatureClass ( ) : void | ||
RegisterFunction ( Type registerType ) : void | ||
UnregisterFunction ( Type registerType ) : void |
public Snap ( ESRI geom, ESRI point, double tolerance ) : bool | ||
geom | ESRI | |
point | ESRI | |
tolerance | double | |
return | bool |
public Startup ( object &initializationData ) : void | ||
initializationData | object | |
return | void |