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


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

INAServerRouteParams.DirectionsLengthUnits Property

Length units to use when computing directions.

[Visual Basic .NET]
Public Property DirectionsLengthUnits As esriNetworkAttributeUnits
[C#]
public esriNetworkAttributeUnits DirectionsLengthUnits {get; set;}
[C++]
HRESULT get_DirectionsLengthUnits(
  esriNetworkAttributeUnits DirectionsLengthUnits
);
[C++]
HRESULT put_DirectionsLengthUnits(
  esriNetworkAttributeUnits* DirectionsLengthUnits
);
[C++]
Parameters
DirectionsLengthUnits [in]

DirectionsLengthUnits is a parameter of type esriNetworkAttributeUnits DirectionsLengthUnits [out, retval]
DirectionsLengthUnits is a parameter of type esriNetworkAttributeUnits*

Product Availability

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

Remarks

DirectionsLengthUnits specifies the length units of the directions in esriNetworkAttributeUnits.

See Also

INAServerRouteParams Interface