laptop and a wrench

不具合

Need documentation on usage of FindValueByNode method in the TreeViewPlus class of the .NET Web ADF Reference.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM011389
送信されましたAugust 31, 2007
最終更新日April 2, 2025
適用対象No Product Found
見つかったバージョン9.2
プログラム言語C#
修正されたバージョン9.3
ステータスFixed

対処法

The valuepath string sytax for FindValueByNode method : "<resourcename>" or "<resourcename>/<layerid>"Sample Code to find all possible valuepaths for a given TOC Control:C#:===foreach (TreeViewPlusNode t1 in Toc1.Nodes){ // get value path of earch resource if needed string rvp = t1.ValuePath; //get the name of the resource string rname = t1.Text foreach (TreeViewPlusNode t2 in t1.Nodes) { //get the valuepath of each layer inside the resource string vpath = t2.ValuePath; //get the name of layer string layername = t2.Text; }}

再現の手順

不具合 ID: NIM011389

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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