Heureka API .NET Documentation
ApiTreatmentList Constructor



If you pass a compartment argument to the constructor, and you have assigned a Slu.Heureka.HeurekaAPI.Calculators.GrowthCalculatorto the compartment, the control category settings for how treatments will be performed will be accessible and used to define default treatments.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal compartment As ApiCompartment _
)
'Usage
 
Dim compartment As ApiCompartment
 
Dim instance As New ApiTreatmentList(compartment)
public ApiTreatmentList( 
   ApiCompartment compartment
)
public:
ApiTreatmentList( 
   ApiCompartment^ compartment
)

Parameters

compartment
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

ApiTreatmentList Class
ApiTreatmentList Members

Send Feedback