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