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


IRasterAnalysisGlobalEnvironment.AvoidDataConversion Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGlobalEnvironment.AvoidDataConversion Property

Indicates weather to avoid data conversion in the RasterAnalysis.

[Visual Basic .NET]
Public Property AvoidDataConversion As Boolean
[C#]
public bool AvoidDataConversion {get; set;}
[C++]
HRESULT get_AvoidDataConversion(
  VARIANT_BOOL bAvoid
);
[C++]
HRESULT put_AvoidDataConversion(
  Boolean* bAvoid
);
[C++]

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

Product Availability

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

See Also

IRasterAnalysisGlobalEnvironment Interface

.NET Related Topics

Data processing in spatial analysis operations