漏洞编号 | BUG-000140416 |
已提交 | Jun 02, 2021 |
Modified | Mar 30, 2022 |
严重性 | Medium |
应用于 | ArcObjects SDK for the Microsoft .NET Framework |
找到的版本 | 10.8.1 |
程序语言 | N/A |
服务器平台 | Windows OS 10.0 64 Bit |
客户端平台 | Windows OS 10.0 64 Bit |
数据库 | N/A |
区域设置 | N/A |
状态 |
Unknown Text - Bugs/Fixed
Learn more |
修正版本 | 10.8.2 |
SP 修复 | N/A |
漏洞 BUG-000140416
摘要
The ISurfaceOp.Visibility() method ignores the OFFSETB value in ArcObjects SDK for the Microsoft .NET Framework 10.6.1 and newer releases.
附加信息
N/A
备用解决方案
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;