Heureka API .NET Documentation
UpdateBeforeInterpolated Method



year to assign updated results
Updates the values in the treatment unit before treatment (each prediction unit must be updated first)
Syntax
'Declaration
 
Public Sub UpdateBeforeInterpolated( _
   ByVal year As Double _
) 
'Usage
 
Dim instance As TreatmentUnit
Dim year As Double
 
instance.UpdateBeforeInterpolated(year)
public void UpdateBeforeInterpolated( 
   double year
)
public:
void UpdateBeforeInterpolated( 
   double year
) 

Parameters

year
year to assign updated results
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