Heureka API .NET Documentation
GetLayers Method (ApiCompartment)



The species code.
Period index. If null or zero, the layer that belongs to the InitialState is returned
Gets all layers with a given Slu.Heureka.DomainLayer.CommonForestModels.SpeciesCode.
Syntax
'Declaration
 
Public Function GetLayers( _
   ByVal speciesCode As SpeciesCode, _
   Optional ByVal period As Nullable(Of Integer) _
) As IList(Of ApiTreeLayerData)
'Usage
 
Dim instance As ApiCompartment
Dim speciesCode As SpeciesCode
Dim period As Nullable(Of Integer)
Dim value As IList(Of ApiTreeLayerData)
 
value = instance.GetLayers(speciesCode, period)

Parameters

speciesCode
The species code.
period
Period index. If null or zero, the layer that belongs to the InitialState is returned

Return Value

The layer object if available, null otherwise
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

Send Feedback