Click or drag to resize

IClusterGetClone Method

Return a copy (deep clone) of the cluster. The cloned cluster will have the same characteristics (e.g. ClstrNo and PropertyBin) as the current cluster.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
ICluster GetClone()

Return Value

Type: ICluster
An cluster containing (copies of) the same records as in the current cluster.
See Also