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


INAServerTravelMode.OutputGeometryPrecision Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerTravelMode.OutputGeometryPrecision Property

Specifies the precision of the output geometry after generalization.

[Visual Basic .NET]
Public ReadOnly Property OutputGeometryPrecision As Object
[C#]
public object OutputGeometryPrecision {get;}
[C++]
HRESULT get_OutputGeometryPrecision(
  VARIANT* precision
);
[C++]

Parameters precision [out, retval] precision is a parameter of type VARIANT

Product Availability

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

See Also

INAServerTravelMode Interface