ICubeCreatorDimensions.Remove

Syntax

Remove(Index: Integer): Boolean;

Properties

Index. Index of dimension in the collection.

Description

The Remove method removes dimension from the collection, which index is passed by the Index parameter.

Comments

The method returns True if removal is successful, and False if dimension removal with the specified index is not possible.

See also:

ICubeCreatorDimensions