ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureNode Constructor(String,DataRow)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FeatureNode Class > FeatureNode Constructor : FeatureNode Constructor(String,DataRow)




text
Text to display as the head of the node.
dr
A DataRow object that contains the feature record to display within the node. Must be a row within a FeatureGraphicsLayer.
Constructs a new FeatureNode instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal dr As DataRow _
)
Visual Basic (Usage)Copy Code
Dim text As String
Dim dr As DataRow
 
Dim instance As FeatureNode(text, dr)
C# 
public FeatureNode( 
   string text,
   DataRow dr
)

Parameters

text
Text to display as the head of the node.
dr
A DataRow object that contains the feature record to display within the node. Must be a row within a FeatureGraphicsLayer.

See Also

© 2010 All Rights Reserved.