This document is archived and information here might be outdated. Recommended version. |
A collection of points representing the shape of the direction item.
[Visual Basic .NET] Public ReadOnly Property Shape As SMPointsCollection
[C#] public SMPointsCollection Shape {get;}
[C++]
HRESULT get_Shape(
void
);
Returns a collection of points that represent the item shape.
Each direction item contains its shape. If you need the whole route path shape, then you need to append shapes from all items.