ICluster Methods | 
The ICluster type exposes the following members.
| Name | Description | |||
|---|---|---|---|---|
| AddRecord | 
            Add a given record at the end of the cluster.
              | |||
| GetClone | 
            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.
              | |||
| GetEmptyClone | 
            Return an empty cluster, i.e. cluster with no records, but the same characteristics (e.g. ClstrNo and PropertyBin) as the current cluster.
              | |||
| GetProcessingStatus | 
            Return processing status of a given phase.
              | |||
| GetRecord | 
            Return a record at a specified index position.
              | |||
| ObtainEmptyRecord | 
            Return an empty record (template) that is suitable to be contained in the current cluster.
             
  | |||
| RemoveRecord | 
            Remove record at a specified index position from the cluster.
              |