Heureka API .NET Documentation
AdjustGrowth Method



A value indicating if adjusters before or after treatment should be used
Adjusts growth if necessary.
Syntax
'Declaration
 
Public Sub AdjustGrowth( _
   ByVal before As Boolean _
) 
'Usage
 
Dim instance As TreatmentUnit
Dim before As Boolean
 
instance.AdjustGrowth(before)
public void AdjustGrowth( 
   bool before
)
public:
void AdjustGrowth( 
   bool before
) 

Parameters

before
A value indicating if adjusters before or after treatment should be used
Remarks
TreatmentUnit and all prediction units should have updated values.
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