Heureka API .NET Documentation
GetTreeList(DateTime) Method



Get tree level data for a specific date
Syntax
'Declaration
 
Public Overloads Function GetTreeList( _
   ByVal date As Date _
) As IList(Of ApiTree)
'Usage
 
Dim instance As ApiCompartment
Dim date As Date
Dim value As IList(Of ApiTree)
 
value = instance.GetTreeList(date)
public IList<ApiTree> GetTreeList( 
   DateTime date
)
public:
IList<ApiTree^>^ GetTreeList( 
   DateTime date
) 

Parameters

date

Return Value

A list of ApiTree for the given data. Returns null if the date is not found, or neither IntialStateCalculator nor GrowthCalculator has been invoked for the ApiCompartment
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