IEaxDataAreaSlice.Copy

Fore Syntax

Copy(Options: EaxSliceCopyOptions): IEaxDataAreaSlice;

Fore.NET Syntax

Copy(Options: Prognoz.Platform.Interop.Express.EaxSliceCopyOptions): Prognoz.Platform.Interop.Express.IEaxDataAreaSlice);

Parameters

Options. Copy parameters of analytical data area slice.

Description

The Copy method creates copy of analytical data area slice.

Comments

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

To create table copy, use IEaxGrid.Copy.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaSlice