Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaSlice > IEaxDataAreaSlice.Copy

IEaxDataAreaSlice.Copy

Syntax

Copy(Options: EaxSliceCopyOptions): IEaxDataAreaSlice;

Parameters

Options. Copy parameters of analytical data area slice.

Description

The Copy method creates a copy of analytical data area slice.

Comments

By default, a copy will be named  [Slice] - Copy N where Slice  is the name of original slice, N is a slice number.

To create a table copy, use IEaxGrid.Copy.

Example

The method use is given in the example for IEaxObject.Id.

See also:

IEaxDataAreaSlice