Heureka API .NET Documentation
Add Method (TreeCollection)



Tree to add
Adds a tree to the collection
Syntax
'Declaration
 
Public Sub Add( _
   ByVal aTree As Tree _
) 
'Usage
 
Dim instance As TreeCollection
Dim aTree As Tree
 
instance.Add(aTree)
public void Add( 
   Tree aTree
)
public:
void Add( 
   Tree^ aTree
) 

Parameters

aTree
Tree to add
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreeCollection Class
TreeCollection Members

Send Feedback