Heureka API .NET Documentation
AddGrowthAdjuster Method



Adds a growth adjuster that will start adjusting growth from this period and onwards.
Syntax
'Declaration
 
Public Sub AddGrowthAdjuster( _
   ByVal growthAdjuster As TreatmentUnit.IGrowthAdjuster _
) 
'Usage
 
Dim instance As TreatmentUnit
Dim growthAdjuster As TreatmentUnit.IGrowthAdjuster
 
instance.AddGrowthAdjuster(growthAdjuster)
public void AddGrowthAdjuster( 
   TreatmentUnit.IGrowthAdjuster growthAdjuster
)
public:
void AddGrowthAdjuster( 
   TreatmentUnit.IGrowthAdjuster^ growthAdjuster
) 

Parameters

growthAdjuster
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