ITargetConstraintInfoArray.Remove

Fore syntax

Remove(Index: Integer): Boolean;

Fore.NET syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of constraint limit values in the collection.

Description

The Remove method removes constraint limit value with specified index.

Comments

Indexing of constraint limit values in the collection is continuous and starts from zero.

If the variable is successfully removed, the method returns True, otherwise it returns False.

See also:

ITargetConstraintInfoArray