Heureka API .NET Documentation
WaitingTreesAndWaitingSaplings Property



Subset of collection that contains only waiting trees and waiting saplings
Syntax
'Declaration
 
Public ReadOnly Property WaitingTreesAndWaitingSaplings As TreeCollection.InnerTreeCollection
'Usage
 
Dim instance As TreeCollection
Dim value As TreeCollection.InnerTreeCollection
 
value = instance.WaitingTreesAndWaitingSaplings
public TreeCollection.InnerTreeCollection WaitingTreesAndWaitingSaplings {get;}
public:
property TreeCollection.InnerTreeCollection^ WaitingTreesAndWaitingSaplings {
   TreeCollection.InnerTreeCollection^ get();
}
Remarks
Use this collection only for current period, it is not guaranteed to be correct for other periods
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