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 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项