Home > All Other Interfaces > ILayer > GeometryType
An enum determining the layer’s geometry type. The following are the possible values:
§ LGT_NONE = -1,
§ LGT_POINT = 0,
§ LGT_POLYLINE = 1,
§ LGT_POLYGON = 2,
§ LGT_COLLECTION = 3
JavaScript |
|
|
C# |
|
|
C++ |
|
|