IEaxDataAreaViews.AddByType

Syntax

AddByType(Type: EaxObjectType): IEaxObject;

Parameters

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

Description

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

Comments

To remove an 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