This document is archived and information here might be outdated.  Recommended version.


ISMDirItem.Shape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.Shape Property
ArcGIS Developer Help

ISMDirItem.Shape Property

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
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns a collection of points that represent the item shape.

Remarks

Each direction item contains its shape. If you need the whole route path shape, then you need to append shapes from all items.

See Also

ISMDirItem Interface