laptop and a wrench

漏洞

New Elementgraphicslayer moves beneath the existing Elementgraphicslayer.

上次发布: August 25, 2014 ArcGIS Server (.NET)
漏洞 ID 编号 NIM043947
已提交April 3, 2009
上次修改时间June 5, 2024
适用范围ArcGIS Server (.NET)
找到的版本9.3
编程语言C#
操作系统Windows OS
操作系统版本XP
状态Will Not Be Addressed

附加信息

No Public Explanation

解决办法

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

重现步骤

漏洞 ID: NIM043947

软件:

  • ArcGIS Server (.NET)

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项