ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureNode Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : FeatureNode Class




Node used in a TaskResults control to display information for a single feature.

Object Model

FeatureNode Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class FeatureNode 
   Inherits TreeViewPlusNode
   Implements ITreeViewPlusNodeContainer 
Visual Basic (Usage)Copy Code
Dim instance As FeatureNode

Remarks

Tasks generate results output that typically have tables of attributes or other data. Each row in the attribute table usually represents an individual feature. A FeatureNode is used to store the data for a feature in the nodes of a TaskRestuls control. Often the FeatureNode will contain a node with the text to display values for the attribute fields of the feature.

The FeatureNode inherits most of its properties and methods from TreeViewPlusNode, such as its check-box and Expanded property. When the check-box is checked on the FeatureNode, the feature will be drawn on the Map control associated with the TaskResults. The feature is then considered to be selected, for example for the purpose of zooming to selected via a right-click context menu in the results.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.