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

TdxMapPolyline Class

A map polyline.

Declaration

TdxMapPolyline = class(
    TdxMapCustomMultiPointItem
)

Remarks

The TdxMapPolyline class has members that allow you to do the following:

Tip

Call a map item layer‘s AddItem function and pass a reference to the TdxMapPolyline class to create a map polyline.

See Also