ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureNode Constructor(String,DataRow)
See Also  Send Feedback
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 New 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.

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.