Heureka API .NET Documentation
CalculateTreeBiomass Method



The tree.
The period.
Calculates the biomass of a tree and sets its Biomass property for the period.
Syntax
'Declaration
 
Function CalculateTreeBiomass( _
   ByVal tree As Tree, _
   ByVal period As Integer _
) As TreeBiomass
'Usage
 
Dim instance As IBiomassEstablishedForest
Dim tree As Tree
Dim period As Integer
Dim value As TreeBiomass
 
value = instance.CalculateTreeBiomass(tree, period)
TreeBiomass CalculateTreeBiomass( 
   Tree tree,
   int period
)
TreeBiomass^ CalculateTreeBiomass( 
   Tree^ tree,
   int period
) 

Parameters

tree
The tree.
period
The period.
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

IBiomassEstablishedForest Interface
IBiomassEstablishedForest Members

Send Feedback