ICubeSegments.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Segment index in the collection.

Description

The Remove method removes the segment with the specified index.

Comments

The method returns True if the segment was removed, and False if the segment cannot be removed for some reason.

See also:

ICubeSegments