ArcFM Solution Developer Guide
Add Method (TreeSelection)


Syntax
'Declaration
 
Public Sub Add( _
   ByVal node As System.Windows.Forms.TreeNode _
) 
'Usage
 
Dim instance As TreeSelection
Dim node As System.Windows.Forms.TreeNode
 
instance.Add(node)
public void Add( 
   System.Windows.Forms.TreeNode node
)

Parameters

node
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