IEaxDataAreaViews.AddByType

Syntax

AddByType(Type: EaxObjectType): 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.

Example

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

See also:

IEaxDataAreaViews