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 Support アプリのダウンロード

ダウンロード オプションに移動

このトピックについてさらに調べる