laptop and a wrench

Bug

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

Zuletzt veröffentlicht: October 27, 2021 ArcObjects SDK
Bug-ID-Nummer BUG-000140416
EingereichtJune 2, 2021
Zuletzt geändertJune 5, 2024
Gilt fürArcObjects SDK
Gefunden in Version10.8.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
Behoben in Version10.8.2
StatusFixed

Workaround

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;

Schritte zur Reproduzierung

Bug-ID: BUG-000140416

Software:

  • ArcObjects SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln