Heureka API .NET Documentation
CloneNoTrees(TreatmentUnit) Method



Treatment Unit to assign to the clone
Creates a deep copy of the prediction unit without an empty tree list.
Syntax
'Declaration
 
Public Overloads Function CloneNoTrees( _
   ByVal cloneTreatmentUnit As TreatmentUnit _
) As PredictionUnit
'Usage
 
Dim instance As PredictionUnit
Dim cloneTreatmentUnit As TreatmentUnit
Dim value As PredictionUnit
 
value = instance.CloneNoTrees(cloneTreatmentUnit)

Parameters

cloneTreatmentUnit
Treatment Unit to assign to the clone

Return Value

A deep copy of the prediction unit, without trees
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
Overload List

Send Feedback