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


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

Parameters

moniker
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