Heureka API .NET Documentation
SumTrees(IList<SpeciesGroupCode>) Method



List of Slu.Heureka.DomainLayer.CommonForestModels.SpeciesGroupCodespecies groups
Creates an ApiTreeLayerDataobject for all trees that belong to any of the species in the provided species group list.
Syntax
'Declaration
 
Public Overloads Function SumTrees( _
   ByVal speciesGroupList As IList(Of SpeciesGroupCode) _
) As ApiTreeLayerData
'Usage
 
Dim instance As ApiState
Dim speciesGroupList As IList(Of SpeciesGroupCode)
Dim value As ApiTreeLayerData
 
value = instance.SumTrees(speciesGroupList)

Parameters

speciesGroupList
List of Slu.Heureka.DomainLayer.CommonForestModels.SpeciesGroupCodespecies groups
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

ApiState Class
ApiState Members
Overload List

Send Feedback