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