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


INASolverOutputGeneralization.OutputGeometryPrecisionUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INASolverOutputGeneralization.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* pValue
);
[C++]
HRESULT put_OutputGeometryPrecisionUnits(
  esriUnits pValue
);
[C++]

Parameters pValue [out, retval]
pValue is a parameter of type esriUnits pValue [in]
pValue is a parameter of type esriUnits

Product Availability

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

See Also

INASolverOutputGeneralization Interface