Bug-Nummer | BUG-000140416 |
Erzeugt am | Jun 02, 2021 |
Modified | Mar 30, 2022 |
Schweregrad | Medium |
Übernehmen für | ArcObjects SDK for the Microsoft .NET Framework |
Gefundene Version | 10.8.1 |
Progr.-Sprache | n. z. |
Server-Plattform | Windows OS 10.0 64 Bit |
Client-Plattform | Windows OS 10.0 64 Bit |
Datenbank | n. z. |
Gebietsschema | n. z. |
Status |
Unknown Text - Bugs/Fixed
Learn more |
Behoben in Version | 10.8.2 |
SP Fixed | N/A |
Bug BUG-000140416
Zusammenfassung
The ISurfaceOp.Visibility() method ignores the OFFSETB value in ArcObjects SDK for the Microsoft .NET Framework 10.6.1 and newer releases.
Zusätzliche Informationen
n. z.
Alternative Lösung
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;