This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.Shape Property (ArcObjects .NET 10.4 SDK) |
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(
ISMPointsCollection** pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type ISMPointsCollection
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.