![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGlobalEnvironment Interface > IRasterAnalysisGlobalEnvironment.AvoidDataConversion Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL bAvoid
);
[C++]
Parameters bAvoid [out, retval] bAvoid is a parameter of type VARIANT_BOOL bAvoid [in] bAvoid is a parameter of type VARIANT_BOOL