Home > All Other Interfaces > IFeatureGroup > GeometryType
An enum returning the geometry type of the features in the group:
§ LGT_NONE = -1,
§ LGT_POINT = 0,
§ LGT_POLYLINE = 1,
§ LGT_POLYGON = 2,
§ LGT_COLLECTION = 3
JavaScript |
|
GeometryType |
C# |
|
LayerGeometryType GeometryType { get; } |
C++ |
|
HRESULT GeometryType([out, retval] LayerGeometryType* LayerType) |