|  | DFColumnSetClone(DFColumn, DFColumn) 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
)
Protected Shared Sub SetClone ( 
	source As DFColumn,
	target As DFColumn
)
protected:
static void SetClone(
	DFColumn^ source, 
	DFColumn^ target
)
static member SetClone : 
        source : DFColumn * 
        target : DFColumn -> unit Parameters
- source  DFColumn
- The source column.
- target  DFColumn
- The target column.
 See Also
See Also