Skip to main content
A newer version of this page is available. .

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.

Polygon

mstPolyline

A geographical point collection is displayed as a polyline.

Polyline

Remarks

The TdxMapPath.SegmentType property references the TdxMapSegmentType type.

See Also