IEaxInvisibleDimensions.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of invisible dimension.

Description

The Remove method removes a dimension from the invisible dimensions list. After that dimension becomes visible. The index of the invisible dimension is passed in the Index parameter.

Comment

To add dimension to invisible dimensions, use the IEaxInvisibleDimensions.Add method.

See also:

IEaxInvisibleDimensions