laptop and a wrench

漏洞

The ISurfaceOp.Visibility() method ignores the OFFSETB value in ArcObjects SDK for the Microsoft .NET Framework 10.6.1 and newer releases.

上次发布: October 27, 2021 ArcObjects SDK for the Microsoft .NET Framework
漏洞 ID 编号 BUG-000140416
已提交June 2, 2021
上次修改时间November 10, 2021
适用范围ArcObjects SDK for the Microsoft .NET Framework
找到的版本10.8.1
服务器平台Windows
客户端平台10.0 64 Bit
Version Fixed10.8.2
状态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;

重现步骤

漏洞 ID: BUG-000140416

软件:

  • ArcObjects SDK for the Microsoft .NET Framework

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

发现关于本主题的更多内容