IAdhocDsoDimensions.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of dimension in the collection.

Description

The Remove method removes the specified dimension from the collection.

Comments

The number of dimensions in the collection is returned by IAdhocDsoDimensions.Count property. Indexing of dimensions is continuous and starts with zero.

If the removal is successful, the method returns True, otherwise False.

See also:

IAdhocDsoDimensions