ArcObjects Library Reference (DataSourcesRaster)  

ICustomXform.Approximation Property

Indicates if approximation is desired.

[Visual Basic .NET]
Public ReadOnly Property Approximation As Boolean
[C#]
public bool Approximation {get;}
[C++]
HRESULT get_Approximation(
  VARIANT_BOOL* pApproximation
);
[C++]

Parameters

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

Product Availability

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

See Also

ICustomXform Interface