laptop and a wrench

Bogue

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

Dernière publication: October 27, 2021 ArcObjects SDK for the Microsoft .NET Framework
Numéro d’ID de bogue BUG-000140416
EnvoiJune 2, 2021
Dernière modificationNovember 10, 2021
S’applique àArcObjects SDK for the Microsoft .NET Framework
Version trouvée10.8.1
Plateforme serveurWindows
Plateforme client10.0 64 Bit
Version Fixed10.8.2
StatutFixed

Solution de contournement

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;

Étapes pour reproduire

ID de bogue: BUG-000140416

Logiciel:

  • ArcObjects SDK for the Microsoft .NET Framework

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement

En savoir plus sur ce sujet