Heureka API .NET Documentation
GetLayerIdsForTreesDictionary Method



Syntax
'Declaration
 
Protected Function GetLayerIdsForTreesDictionary( _
   ByVal compartment As ApiCompartment, _
   ByVal date As Date _
) As IDictionary(Of Guid,Guid)
'Usage
 
Dim instance As StateCalculatorBase
Dim compartment As ApiCompartment
Dim date As Date
Dim value As IDictionary(Of Guid,Guid)
 
value = instance.GetLayerIdsForTreesDictionary(compartment, date)
protected IDictionary<Guid,Guid> GetLayerIdsForTreesDictionary( 
   ApiCompartment compartment,
   DateTime date
)
protected:
IDictionary<Guid,Guid>^ GetLayerIdsForTreesDictionary( 
   ApiCompartment^ compartment,
   DateTime date
) 

Parameters

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