DK11 for Delphi | GisEditor.TGIS_EditorAction | Enums
For internal use of TGIS_Editor. Basic mode editing operations.
// Delphi type TGIS_EditorAction = ( Add, Move, Delete, Locate, Group );
// C++ Builder enum DECLSPEC_DENUM TGIS_EditorAction unsigned short { Add, Move, Delete, Locate, Group };
Name | Value | Description | |
---|---|---|---|
Add | Point will be added. | ||
Move | Point will be moved. | ||
Delete | Point will be deleted. | ||
Locate | Point will be located as current. | ||
Group | custom edit modes will be added. | ||