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


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

ISMDirItem.Length Property

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

Product Availability

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

Description

Returns length (in miles) of the route part that the item describes.

See Also

ISMDirItem Interface