This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.Length Property (ArcObjects .NET 10.4 SDK) |
The length of the route part, in miles by default, corresponding to the direction item.
[Visual Basic .NET] Public ReadOnly Property Length As Double
[C#] public double Length {get;}
[C++]
HRESULT get_Length(
double* pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double
Returns length (in miles) of the route part that the item describes.