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


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

INAServerTravelMode.OutputGeometryPrecisionUnits Property

Specifies the units of the output geometry precision.

[Visual Basic .NET]
Public ReadOnly Property OutputGeometryPrecisionUnits As esriUnits
[C#]
public esriUnits OutputGeometryPrecisionUnits {get;}
[C++]
HRESULT get_OutputGeometryPrecisionUnits(
  esriUnits* Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriUnits*

Product Availability

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

See Also

INAServerTravelMode Interface