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


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

INetworkTravelMode.OutputGeometryPrecisionUnits Property

Specifies the units of the output geometry precision.

[Visual Basic .NET]
Public Property OutputGeometryPrecisionUnits As esriUnits
[C#]
public esriUnits OutputGeometryPrecisionUnits {get; set;}
[C++]
HRESULT get_OutputGeometryPrecisionUnits(
  esriUnits Units
);
[C++]
HRESULT put_OutputGeometryPrecisionUnits(
  esriUnits* Units
);
[C++]
Parameters
Units [in]

Units is a parameter of type esriUnits Units [out, retval]
Units is a parameter of type esriUnits*

Product Availability

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

See Also

INetworkTravelMode Interface