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

TdxMapPath.SegmentType Property

Specifies the type of the path’s segments.

Declaration

property SegmentType: TdxMapSegmentType read; write; default mstPolygon;

Property Value

Type Default Description
TdxMapSegmentType mstPolygon

Enumerates map segment types.

Remarks

Refer to the TdxMapSegmentType type description for information on available options.

See Also