Heureka API .NET Documentation
GetTreeList(DateTime,IList<SpeciesGroupCode>) Method



Get the tree list for a given species group
Syntax
'Declaration
 
Public Overloads Function GetTreeList( _
   ByVal date As Date, _
   ByVal speciesList As IList(Of SpeciesGroupCode) _
) As IList(Of ApiTree)
'Usage
 
Dim instance As ApiCompartment
Dim date As Date
Dim speciesList As IList(Of SpeciesGroupCode)
Dim value As IList(Of ApiTree)
 
value = instance.GetTreeList(date, speciesList)

Parameters

date
speciesList
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

ApiCompartment Class
ApiCompartment Members
Overload List

Send Feedback