TdxMapSegmentType Enum
Enumerates map segment types.
Declaration
TdxMapSegmentType = (
mstPolygon,
mstPolyline
);
Members
| Name | Description | Example |
|---|---|---|
mstPolygon
|
A geographical point collection is displayed as a filled polygon. |
|
mstPolyline
|
A geographical point collection is displayed as a polyline. |
|
Remarks
The TdxMapPath.SegmentType property references the TdxMapSegmentType type.
See Also

