Constructs a new FeatureNode instance.
Syntax
Visual Basic (Declaration) | |
---|
Public Function New( _
ByVal text As String, _
ByVal dr As DataRow _
) |
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