Indicates the transfer method to sue for the data transfer.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum TransferMethod |
| Visual Basic (Usage) |
|---|
Dim instance As TransferMethod |
Members
| Member name | Description | |
|---|---|---|
| Set | Sets the data points.
| |
| Accumulate | Adds the transfered data values to the existing values in the cube.
| |
| Clear | Just clears the values in the destination cube.
| |
| Transform | Transforms the data while it is being copied.
|