IMsTransformObjectList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Object index in the collection.

Description

The Remove method removes object from the collection by its index.

Comments

Value of the Index property must be a non-negative number, but smaller than value of the IMsTransformObjectList.Count property. Index of the first object in the collection is 0, the last one IMsTransformObjectList.Count is 1. Index numbering is continuous.

If the object is successfully removed, the method returns True, value of the IMsTransformObjectList.Count property decreases by one; otherwise it is False.

See also:

IMsTransformObjectList