Heureka API .NET Documentation
UpdateInterpolated Method



Callback that allows an action to be performed on the treatment unit when a period has been interpolated.
Updates with interpolated values.
Syntax
'Declaration
 
Public Sub UpdateInterpolated( _
   ByVal newEndPeriod As Integer, _
   ByVal assignVolume As Action(Of TreatmentUnit), _
   ByVal assignBiomass As Action(Of TreatmentUnit) _
) 
'Usage
 
Dim instance As TreatmentUnit
Dim newEndPeriod As Integer
Dim assignVolume As Action(Of TreatmentUnit)
Dim assignBiomass As Action(Of TreatmentUnit)
 
instance.UpdateInterpolated(newEndPeriod, assignVolume, assignBiomass)

Parameters

newEndPeriod
assignVolume
Callback that allows an action to be performed on the treatment unit when a period has been interpolated.
assignBiomass
Remarks
Trees must be interpolated before this method is called.
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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback