バグ番号 | 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;