This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.RoutePart Property (ArcObjects .NET 10.4 SDK) |
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
Route part is an ordinal associated with a direction item. It equals the ordinal number of the stop with which the current segment begins.