DK11 for Delphi | GisClasses.TGIS_EditorSnapResultType | Enums
Editor snap result type.
// Delphi type TGIS_EditorSnapResultType = ( Vertex, Edge, Intersection, Midpoint );
// C++ Builder enum DECLSPEC_DENUM TGIS_EditorSnapResultType unsigned short { Vertex, Edge, Intersection, Midpoint };
Name | Value | Description | |
---|---|---|---|
Vertex | Snap to vertex. | ||
Edge | Snap to edge or segment. | ||
Intersection | Snap to intersection. | ||
Midpoint | Snap to midpoint. | ||