ArcObjects Library Reference (DataSourcesFile)  

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(
  double* pVal
);
[C++]

Parameters

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

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