Heureka API .NET Documentation
TreesAndIngrownTrees Property



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