Heureka API .NET Documentation
GetGrowthAdjusters Method



Gets the growth adjusters for a specific period. Will return an empty list if no growth adjusters were found
Syntax
'Declaration
 
Public Function GetGrowthAdjusters( _
   ByVal period As Integer _
) As IList(Of TreatmentUnit.IGrowthAdjuster)
'Usage
 
Dim instance As TreatmentUnit
Dim period As Integer
Dim value As IList(Of TreatmentUnit.IGrowthAdjuster)
 
value = instance.GetGrowthAdjusters(period)
public IList<TreatmentUnit.IGrowthAdjuster> GetGrowthAdjusters( 
   int period
)
public:
IList<TreatmentUnit.IGrowthAdjuster^>^ GetGrowthAdjusters( 
   int period
) 

Parameters

period
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