ArcObjects Library Reference (DataSourcesFile)  

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(
  ISMPointsCollection** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMPointsCollection

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