Heureka API .NET Documentation
AdjustTreeGrowth(PredictionUnit,Double,Double,Double,Boolean,Nullable<Double>,IList<Tree>) Method



Syntax
'Declaration
 
Public Overloads Sub AdjustTreeGrowth( _
   ByVal pUnit As PredictionUnit, _
   ByVal basalAreaGrowthFactor As Double, _
   ByVal standGrowth As Double, _
   ByVal treeGrowth As Double, _
   ByVal overstoreyLayer As Boolean, _
   ByVal minDiameter As Nullable(Of Double), _
   ByVal trees As IList(Of Tree) _
) 
'Usage
 
Dim instance As StandGrowthNone
Dim pUnit As PredictionUnit
Dim basalAreaGrowthFactor As Double
Dim standGrowth As Double
Dim treeGrowth As Double
Dim overstoreyLayer As Boolean
Dim minDiameter As Nullable(Of Double)
Dim trees As IList(Of Tree)
 
instance.AdjustTreeGrowth(pUnit, basalAreaGrowthFactor, standGrowth, treeGrowth, overstoreyLayer, minDiameter, trees)

Parameters

pUnit
basalAreaGrowthFactor
standGrowth
treeGrowth
overstoreyLayer
minDiameter
trees
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

StandGrowthNone Class
StandGrowthNone Members
Overload List

Send Feedback