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


ISMDirItem.RoutePart 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.RoutePart Property
ArcGIS Developer Help

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

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