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


INASolverOutputGeneralization.OutputGeometryPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolverOutputGeneralization Interface > INASolverOutputGeneralization.OutputGeometryPrecision Property
ArcGIS Developer Help

INASolverOutputGeneralization.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 pValue
);
[C++]
HRESULT put_OutputGeometryPrecision(
  Variant* pValue
);
[C++]
Parameters
pValue [in]

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

Product Availability

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

See Also

INASolverOutputGeneralization Interface