Method | Description | |
---|---|---|
Deactivate ( ) : bool | ||
GetCount ( ) : int | ||
OnClick ( ) : void |
Occurs when this tool is clicked
|
|
OnCreate ( object hook ) : void |
Occurs when this tool is created
|
|
OnMouseDown ( int Button, int Shift, int X, int Y ) : void | ||
OnMouseMove ( int Button, int Shift, int X, int Y ) : void | ||
PolyFeedbackTools ( ) : System | ||
SetSubType ( int SubType ) : void |
Method | Description | |
---|---|---|
ArcGISCategoryRegistration ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( |
Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.
|
|
RegisterFunction ( |
||
UnregisterFunction ( |
public OnCreate ( object hook ) : void | ||
hook | object | Instance of the application |
return | void |
public OnMouseDown ( int Button, int Shift, int X, int Y ) : void | ||
Button | int | |
Shift | int | |
X | int | |
Y | int | |
return | void |
public OnMouseMove ( int Button, int Shift, int X, int Y ) : void | ||
Button | int | |
Shift | int | |
X | int | |
Y | int | |
return | void |