Click or drag to resize

DFColumnSetClone(DFColumn, DFColumn) Method

Set the memebers of the clone.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected static void SetClone(
	DFColumn source,
	DFColumn target
)

Parameters

source  DFColumn
The source column.
target  DFColumn
The target column.
See Also