Heureka API .NET Documentation
GetTreeCollectionList Method



Syntax
'Declaration
 
Protected Function GetTreeCollectionList( _
   ByVal tUnit As TreatmentUnit, _
   ByVal ingrownTreesLayerGuid As Guid _
) As IDictionary(Of Guid,TreeCollection)
'Usage
 
Dim instance As StateCalculatorBase
Dim tUnit As TreatmentUnit
Dim ingrownTreesLayerGuid As Guid
Dim value As IDictionary(Of Guid,TreeCollection)
 
value = instance.GetTreeCollectionList(tUnit, ingrownTreesLayerGuid)

Parameters

tUnit
ingrownTreesLayerGuid
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

StateCalculatorBase Class
StateCalculatorBase Members

Send Feedback