laptop and a wrench

Error

New Elementgraphicslayer moves beneath the existing Elementgraphicslayer.

Última publicación: August 25, 2014 ArcGIS Server (.NET)
Número de ID del error NIM043947
EnviadoApril 3, 2009
Última modificaciónJune 5, 2024
Relacionado conArcGIS Server (.NET)
Versión encontrada9.3
Lenguaje del programaC#
Sistema operativoWindows OS
Versión de sistema operativoXP
EstadoWill Not Be Addressed

Información adicional

No Public Explanation

Solución alternativa

If you want to insert a graphicslayer/table in index position 0, you need to take what is in position 0 and move it to position 1. Then you can insert your new graphicslayer/table in position 0 on top.System.Data.DataTable t = graphicsMapFunctionality.GraphicsDataSet.Tables[0];graphicsMapFunctionality.GraphicsDataSet.Tables.RemoveAt(0);graphicsMapFunctionality.GraphicsDataSet.Tables.Add(elementGraphicsLayer);graphicsMapFunctionality.GraphicsDataSet.Tables.Add(t);

Pasos para reproducir

ID del error: NIM043947

Software:

  • ArcGIS Server (.NET)

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