laptop and a wrench

Bogue

New Elementgraphicslayer moves beneath the existing Elementgraphicslayer.

Dernière publication: August 25, 2014 ArcGIS Server (.NET)
Numéro d’ID de bogue NIM043947
EnvoiApril 3, 2009
Dernière modificationJune 5, 2024
S’applique àArcGIS Server (.NET)
Version trouvée9.3
Langue du programmeC#
Système d’exploitationWindows OS
Version du système d’exploitationXP
StatutWill Not Be Addressed

Informations supplémentaires

No Public Explanation

Solution de contournement

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);

Étapes pour reproduire

ID de bogue: NIM043947

Logiciel:

  • ArcGIS Server (.NET)

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

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