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


ICustomXform.Approximation Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* pApproximation
);
[C++]

Parameters pApproximation [out, retval]
pApproximation is a parameter of type bool*

Product Availability

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

See Also

ICustomXform Interface