Slu.Heureka.DomainLayer.Forest Namespace > TreatmentUnit Class : UpdateInterpolated Method |
'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)
public void UpdateInterpolated( int newEndPeriod, Action<TreatmentUnit> assignVolume, Action<TreatmentUnit> assignBiomass )
public: void UpdateInterpolated( int newEndPeriod, Action<TreatmentUnit^>^ assignVolume, Action<TreatmentUnit^>^ assignBiomass )
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