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


IGeodataXformApproximation.Approximation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXformApproximation Interface > IGeodataXformApproximation.Approximation Property
ArcGIS Developer Help

IGeodataXformApproximation.Approximation Property

Indicates if approximation is on or off.

[Visual Basic .NET]
Public Property Approximation As Boolean
[C#]
public bool Approximation {get; set;}
[C++]
HRESULT get_Approximation(
  Boolean* pApproximation
);
[C++]
HRESULT put_Approximation(
  VARIANT_BOOL pApproximation
);
[C++]
Parameters
pApproximation [out, retval]

pApproximation is a parameter of type bool* pApproximation [in]
pApproximation is a parameter of type bool

Product Availability

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

See Also

IGeodataXformApproximation Interface