laptop and a wrench

Error

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

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM011389
EnviadoAugust 31, 2007
Última modificaciónApril 2, 2025
Relacionado conNo Product Found
Versión encontrada9.2
Lenguaje del programaC#
Versión corregida9.3
EstadoFixed

Solución alternativa

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

Pasos para reproducir

ID del error: NIM011389

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga