ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pApproximation
);
[C++]
HRESULT put_Approximation(
  VARIANT_BOOL pApproximation
);
[C++]

Parameters

pApproximation [out, retval]   pApproximation is a parameter of type VARIANT_BOOL pApproximation [in]   pApproximation is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeodataXformApproximation Interface