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


INetworkTravelMode.OutputGeometryPrecision 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.OutputGeometryPrecision Property
ArcGIS Developer Help

INetworkTravelMode.OutputGeometryPrecision Property

Specifies the precision of the output geometry after generalization.

[Visual Basic .NET]
Public Property OutputGeometryPrecision As Object
[C#]
public object OutputGeometryPrecision {get; set;}
[C++]
HRESULT get_OutputGeometryPrecision(
  VARIANT Precision
);
[C++]
HRESULT put_OutputGeometryPrecision(
  Variant* Precision
);
[C++]
Parameters
Precision [in]

Precision is a parameter of type VARIANT Precision [out, retval]
Precision is a parameter of type VARIANT*

Product Availability

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

See Also

INetworkTravelMode Interface