ArcFM Engine Developer Guide
Add Method (TreeSelection)


The node to be added
This method adds an item to the list tree.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal node As TreeNode _
) 
'Usage
 
Dim instance As TreeSelection
Dim node As TreeNode
 
instance.Add(node)
public void Add( 
   TreeNode node
)

Parameters

node
The node to be added
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

TreeSelection Class
TreeSelection Members

 

 


Send Comment