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




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

Object Model









Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class FeatureNode 
   Inherits TreeViewPlusNode
   Implements ITreeViewPlusNodeContainer 
Visual Basic (Usage)Copy Code
Dim instance As FeatureNode
C# 
[SerializableAttribute()]
public class FeatureNode : TreeViewPlusNode, ITreeViewPlusNodeContainer  

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode
      ESRI.ArcGIS.ADF.Web.UI.WebControls.FeatureNode

See Also

© 2010 All Rights Reserved.