laptop and a wrench

Bug

New Elementgraphicslayer moves beneath the existing Elementgraphicslayer.

Zuletzt veröffentlicht: August 25, 2014 ArcGIS Server (.NET)
Bug-ID-Nummer NIM043947
EingereichtApril 3, 2009
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Server (.NET)
Gefunden in Version9.3
ProgrammspracheC#
BetriebssystemWindows OS
BetriebssystemversionXP
StatusWill Not Be Addressed

Zusätzliche Informationen

No Public Explanation

Workaround

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

Schritte zur Reproduzierung

Bug-ID: NIM043947

Software:

  • ArcGIS Server (.NET)

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln