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


INAStreetDirection.Length Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection Interface > INAStreetDirection.Length Property
ArcGIS Developer Help

INAStreetDirection.Length Property

The driving Length (in directions length units).

[Visual Basic .NET]
Public ReadOnly Property Length As Double
[C#]
public double Length {get;}
[C++]
HRESULT get_Length(
  System.Double* Length
);
[C++]
Parameters
Length [out, retval]

Length is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Length returns the length of the particular direction element.

See Also

INAStreetDirection Interface