Responder Developer Guide
ActivateNode(DataRow,Boolean,Boolean) Method


Syntax
'Declaration
 
Public Overloads Function ActivateNode( _
   ByVal dataRow As DataRow, _
   ByVal expandNode As Boolean, _
   ByVal append As Boolean _
) As Boolean
'Usage
 
Dim instance As InfraTreeDatasetDecorator
Dim dataRow As DataRow
Dim expandNode As Boolean
Dim append As Boolean
Dim value As Boolean
 
value = instance.ActivateNode(dataRow, expandNode, append)
public bool ActivateNode( 
   DataRow dataRow,
   bool expandNode,
   bool append
)

Parameters

dataRow
expandNode
append
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
Overload List

 

 


Send Comment