![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
FeatureNode Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : FeatureNode Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class FeatureNode Inherits TreeViewPlusNode Implements ITreeViewPlusNodeContainer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FeatureNode |
C# | |
---|---|
[SerializableAttribute()] public class FeatureNode : TreeViewPlusNode, ITreeViewPlusNodeContainer |
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.
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