Responder Developer Guide
FindNode Method


Syntax
'Declaration
 
Public Function FindNode( _
   ByVal moniker As DataRowMoniker _
) As Infragistics.Win.UltraWinTree.UltraTreeNode
'Usage
 
Dim instance As InfraTreeDatasetDecorator
Dim moniker As DataRowMoniker
Dim value As Infragistics.Win.UltraWinTree.UltraTreeNode
 
value = instance.FindNode(moniker)
public Infragistics.Win.UltraWinTree.UltraTreeNode FindNode( 
   DataRowMoniker moniker
)

Parameters

moniker
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

InfraTreeDatasetDecorator Class
InfraTreeDatasetDecorator Members

 

 


Send Comment