IEaxDataAreaViews.AddByType

Fore Syntax

AddByType(Type: EaxObjectType): IEaxObject;

Fore.NET Syntax

AddByType(Type: Prognoz.Platform.Interop.Express.EaxObjectType):
Prognoz.Platform.Interop.Express.IEaxObject;

Parameters

Type. Type of created object to work with view of analytical data area.

Description

The AddByType method adds a new object to work with analytical data area view in the collection.

Comments

To remove object to work with analytical data area view, use IEaxDataAreaViews.RemoveByObject.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDataAreaSlices.Add.

See also:

IEaxDataAreaViews