Heureka API .NET Documentation
InitializePredictionUnits(PredictionUnitCollection) Method



Prediction Units to add to the Treatment Unit
Initializes the treatment unit with a new collection of prediction units.
Syntax
'Declaration
 
Public Overloads Sub InitializePredictionUnits( _
   ByVal predictionUnits As PredictionUnitCollection _
) 
'Usage
 
Dim instance As TreatmentUnit
Dim predictionUnits As PredictionUnitCollection
 
instance.InitializePredictionUnits(predictionUnits)
public void InitializePredictionUnits( 
   PredictionUnitCollection predictionUnits
)
public:
void InitializePredictionUnits( 
   PredictionUnitCollection^ predictionUnits
) 

Parameters

predictionUnits
Prediction Units to add to the Treatment Unit
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
Overload List

Send Feedback