ArcObjects Library Reference (DataSourcesFile)  

ISMDirItem.RoutePart Property

The route part number associated with a direction item.

[Visual Basic .NET]
Public ReadOnly Property RoutePart As Integer
[C#]
public int RoutePart {get;}
[C++]
HRESULT get_RoutePart(
  long* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long

Product Availability

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

Description

Route part is an ordinal associated with a direction item. It equals the ordinal number of the stop with which the current segment begins.

See Also

ISMDirItem Interface