ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.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 [out, retval]

  DirectionsLengthUnits is a parameter of type esriNetworkAttributeUnits

DirectionsLengthUnits [in]

  DirectionsLengthUnits is a parameter of type esriNetworkAttributeUnits

Product Availability

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

See Also

INAServerVRPParams Interface