Show contents 

Express > Express Assembly Interfaces > IEaxInvisibleDimensions > IEaxInvisibleDimensions.Remove

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 this the dimension becomes visible.

Comments

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

See also:

IEaxInvisibleDimensions