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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動