Bug
Bug ID Number | BUG-000140416 |
---|---|
Submitted | June 2, 2021 |
Last Modified | June 5, 2024 |
Applies to | ArcObjects SDK |
Version found | 10.8.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Version Fixed | 10.8.2 |
Status | Fixed |
Set the AvolidDataConverstion property to true on the IRasterAnalysisGlobalEnvironment interface to allow the ArcObjects SDK 10.x Spatial Analyst execution path to be used. Insert the following 2 lines right before the Visibility method is called.
IRasterAnalysisGlobalEnvironment globalEnv = (IRasterAnalysisGlobalEnvironment)sop;
globalEnv.AvoidDataConversion = true;
Get help from ArcGIS experts
Download the Esri Support App