Heureka API .NET Documentation
UpdateTrees Method



Updates tree values that are depending on other trees in the collection
Syntax
'Declaration
 
Public Sub UpdateTrees( _
   ByVal before As Boolean _
) 
'Usage
 
Dim instance As TreeCollection
Dim before As Boolean
 
instance.UpdateTrees(before)
public void UpdateTrees( 
   bool before
)
public:
void UpdateTrees( 
   bool before
) 

Parameters

before
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