Méthode | Description | |
---|---|---|
CustomVertexCommands ( ) : System | ||
GetCount ( ) : int |
Returns the number of subtyped commands
|
|
OnClick ( ) : void | ||
OnCreate ( object hook ) : void |
Occurs when this tool is created
|
|
OnMouseUp ( int Button, int Shift, int X, int Y ) : void |
The mouse up performs the action appropriate for each sub-typed command: insert vertex, add vertex or delete vertex
|
|
SetSubType ( int SubType ) : void |
Sets the sub-type
|
Méthode | 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 |
Résultat | void |
public OnMouseUp ( int Button, int Shift, int X, int Y ) : void | ||
Button | int | |
Shift | int | |
X | int | The X screen coordinate of the clicked location |
Y | int | The Y screen coordinate of the clicked location |
Résultat | void |