laptop and a wrench

Bug

New Elementgraphicslayer moves beneath the existing Elementgraphicslayer.

Last Published: August 25, 2014 ArcGIS Server (.NET)
Bug ID Number NIM043947
SubmittedApril 3, 2009
Last ModifiedJune 5, 2024
Applies toArcGIS Server (.NET)
Version found9.3
Program languageC#
Operating SystemWindows OS
Operating System VersionXP
StatusWill Not Be Addressed

Additional Information

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

Steps to Reproduce

Bug ID: NIM043947

Software:

  • ArcGIS Server (.NET)

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options