PolylineN
Base Type: Polyline
A class for a polyline represented in normalized form.
Property |
Type |
Description |
---|---|---|
Extent |
The extent of the geometry. | |
HasID |
bool |
True if the polygon is composed of points that define a id property. |
HasM |
bool |
True if the polygon is composed of points that define an M (measure) property. |
HasZ |
bool |
True if the polygon is composed of points that define a Z (3rd dimension) property. |
PathArray |
Path[] |
Array of paths. |
SpatialReference |
The spatial reference associated with the polygon. |
2/28/2020