Heureka API .NET Documentation
Sort Method (TreeCollection)



The sort type to use
True if all trees should be sorted, false if only valid trees are to be sorted
Sorts the trees in descending order.
Syntax
'Declaration
 
Public Sub Sort( _
   ByVal sortType As TreeCollection.SortType, _
   ByVal sortAllTrees As Boolean _
) 
'Usage
 
Dim instance As TreeCollection
Dim sortType As TreeCollection.SortType
Dim sortAllTrees As Boolean
 
instance.Sort(sortType, sortAllTrees)
public void Sort( 
   TreeCollection.SortType sortType,
   bool sortAllTrees
)
public:
void Sort( 
   TreeCollection.SortType sortType,
   bool sortAllTrees
) 

Parameters

sortType
The sort type to use
sortAllTrees
True if all trees should be sorted, false if only valid trees are to be sorted
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