DK11 for ActiveX | TatukGIS_XDK11.TGIS_EditorAction | Enums
For internal use of TGIS_Editor. Basic mode editing operations.
// C# public enum TGIS_EditorAction { Add = 0, Move = 1, Delete = 2, Locate = 3, Group = 4 }
' VisualBasic Public Enum TGIS_EditorAction Add = 0 Move = 1 Delete = 2 Locate = 3 Group = 4 End Enum
// Oxygene type TGIS_EditorAction = public ( Add = 0, Move = 1, Delete = 2, Locate = 3, Group = 4 );
Name | Value | Description | |
---|---|---|---|
Add | 0 | Point will be added. | |
Move | 1 | Point will be moved. | |
Delete | 2 | Point will be deleted. | |
Locate | 3 | Point will be located as current. | |
Group | 4 | custom edit modes will be added. | |