Heureka API .NET Documentation
WaitingSaplingsOnly Property



Subset of collection that contains only waiting saplings
Syntax
'Declaration
 
Public ReadOnly Property WaitingSaplingsOnly As TreeCollection.InnerTreeCollection
'Usage
 
Dim instance As TreeCollection
Dim value As TreeCollection.InnerTreeCollection
 
value = instance.WaitingSaplingsOnly
public TreeCollection.InnerTreeCollection WaitingSaplingsOnly {get;}
public:
property TreeCollection.InnerTreeCollection^ WaitingSaplingsOnly {
   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