laptop and a wrench

Error

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

Última publicación: October 27, 2021 ArcObjects SDK for the Microsoft .NET Framework
Número de ID del error BUG-000140416
EnviadoJune 2, 2021
Última modificaciónNovember 10, 2021
Relacionado conArcObjects SDK for the Microsoft .NET Framework
Versión encontrada10.8.1
Plataforma del servidorWindows
Plataforma cliente10.0 64 Bit
Version Fixed10.8.2
EstadoFixed

Solución alternativa

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;

Pasos para reproducir

ID del error: BUG-000140416

Software:

  • ArcObjects SDK for the Microsoft .NET Framework

Obtener ayuda de expertos en ArcGIS

Contactar con soporte técnico

Descargar la aplicación de soporte de Esri

Ir a las opciones de descarga

Descubrir más sobre este tema