|  | DFColumnSetClone(DFColumn, DFColumn, Subset) Method | 
            Set the memebers of the clone.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxprotected static void SetClone(
	DFColumn source,
	DFColumn target,
	Subset subset
)
Protected Shared Sub SetClone ( 
	source As DFColumn,
	target As DFColumn,
	subset As Subset
)
protected:
static void SetClone(
	DFColumn^ source, 
	DFColumn^ target, 
	Subset^ subset
)
static member SetClone : 
        source : DFColumn * 
        target : DFColumn * 
        subset : Subset -> unit Parameters
- source  DFColumn
- The source column.
- target  DFColumn
- The target column.
- subset  Subset
- The subset to add.
 See Also
See Also