Heureka API .NET Documentation
SetStems Method



Set to true if residual stems after harvest should be updated
Set to true if number of harvested stems should be updated = stems - stemsresidual. Requires that updateResidual = true
Sets stems in a given period
Syntax
'Declaration
 
Public Sub SetStems( _
   ByVal period As Integer, _
   ByVal value As Single, _
   Optional ByVal updateResidual As Boolean, _
   Optional ByVal updateHarvested As Boolean _
) 
'Usage
 
Dim instance As Tree
Dim period As Integer
Dim value As Single
Dim updateResidual As Boolean
Dim updateHarvested As Boolean
 
instance.SetStems(period, value, updateResidual, updateHarvested)

Parameters

period
value
updateResidual
Set to true if residual stems after harvest should be updated
updateHarvested
Set to true if number of harvested stems should be updated = stems - stemsresidual. Requires that updateResidual = true
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

Tree Class
Tree Members

Send Feedback