Heureka API .NET Documentation
GetLayer(SpeciesCode,Nullable<Int32>) Method



The species code.
Period index. If null or zero, the layer that belongs to the InitialState is returned
Gets the first layer with a given Slu.Heureka.DomainLayer.CommonForestModels.SpeciesCode.
Syntax
'Declaration
 
Public Overloads Function GetLayer( _
   ByVal speciesCode As SpeciesCode, _
   Optional ByVal period As Nullable(Of Integer) _
) As ApiTreeLayerData
'Usage
 
Dim instance As ApiCompartment
Dim speciesCode As SpeciesCode
Dim period As Nullable(Of Integer)
Dim value As ApiTreeLayerData
 
value = instance.GetLayer(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
Overload List

Send Feedback