Remove(Index: Integer): Boolean;
Index. Object index in the collection.
The Remove method removes object from the collection by its index.
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: