ArcObjects Library Reference (NetworkAnalyst)  

INetworkAnalystProtectNames.Length Property

.

[Visual Basic .NET]
Public Property Length As Double
[C#]
public double Length {get; set;}
[C++]
HRESULT get_Length(
  double* Length
);
[C++]
HRESULT put_Length(
  double Length
);
[C++]

Parameters

Length [out, retval]   Length is a parameter of type double Length [in]   Length is a parameter of type double

Product Availability

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

Remarks

Do not use this.

See Also

INetworkAnalystProtectNames Interface