ArcObjects Library Reference (DataSourcesFile)  

ISMRouterSetup2.DirectionsLengthUnits Property

The output length units used in driving directions.

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

Parameters

pVal [out, retval]

  pVal is a parameter of type esriSMDirectionsLengthUnits

pVal [in]

  pVal is a parameter of type esriSMDirectionsLengthUnits

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISMRouterSetup2 Interface