DK11 for ActiveX | TatukGIS_XDK11.TGIS_ShapeType | Enums
Types of GIS shapes.
// C# public enum TGIS_ShapeType { Unknown = 1, Deleted = 2, Point = 4, MultiPoint = 8, Arc = 16, Polygon = 32, Complex = 64, MultiPatch = 128, Null = 256 }
' VisualBasic Public Enum TGIS_ShapeType Unknown = 1 Deleted = 2 Point = 4 MultiPoint = 8 Arc = 16 Polygon = 32 Complex = 64 MultiPatch = 128 Null = 256 End Enum
// Oxygene type TGIS_ShapeType = public ( Unknown = 1, Deleted = 2, Point = 4, MultiPoint = 8, Arc = 16, Polygon = 32, Complex = 64, MultiPatch = 128, Null = 256 );
Name | Value | Description | |
---|---|---|---|
Unknown | 1 | undefined shape | |
Deleted | 2 | shape marked as a deleted item | |
Point | 4 | single point | |
MultiPoint | 8 | multiple point shape | |
Arc | 16 | line shape | |
Polygon | 32 | area shape | |
Complex | 64 | complex | |
MultiPatch | 128 | multipatch | |
Null | 256 | null shape | |