laptop and a wrench

Error

Select tool is not cleaning up correctly in the ArcEngine VC++ appliication. (ArcGIS 10.0 and Visual Studio 2008).

Última publicación: August 25, 2014 ArcGIS Engine
Número de ID del error NIM060932
EnviadoSeptember 7, 2010
Última modificaciónJune 5, 2024
Relacionado conArcGIS Engine
Versión encontrada10.1
Lenguaje del programaVC++
Sistema operativoWindows OS
Versión de sistema operativo7
Versión corregida10.1
EstadoFixed

Solución alternativa

The workaround is to only create the tool once and then switch between tools with the button clicks rather than creating an instance each time the button is clicked. PageLayoutClearCurrentTool(); if(m_pControlsCircleTool == NULL) { HRESULT hr =m_pControlsCurrentTool.CreateInstance(CLSID_ControlsNewRectangleTool); ASSERT(m_pControlsCurrentTool != NULL); m_pControlsCircleTool = m_pControlsCurrentTool; } else { m_pControlsCurrentTool = m_pControlsCircleTool; } PageLayoutSetCurrentTool();

Pasos para reproducir

ID del error: NIM060932

Software:

  • ArcGIS Engine

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga