Heureka API .NET Documentation
Clone Method (PredictionUnit)



Treatment unit for the clone
Creates a deep copy of the prediction unit and changes treatment unit
Syntax
'Declaration
 
Public Function Clone( _
   ByVal t As TreatmentUnit _
) As PredictionUnit
'Usage
 
Dim instance As PredictionUnit
Dim t As TreatmentUnit
Dim value As PredictionUnit
 
value = instance.Clone(t)
public PredictionUnit Clone( 
   TreatmentUnit t
)
public:
PredictionUnit^ Clone( 
   TreatmentUnit^ t
) 

Parameters

t
Treatment unit for the clone

Return Value

A deep copy of the prediction 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

PredictionUnit Class
PredictionUnit Members

Send Feedback