IMsTargetConstraintInfoArray.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed value.

Description

The Remove method removes the specified value from the collection.

Comments

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

Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsTargetConstraintInfoArray.Count property.

See also:

IMsTargetConstraintInfoArray