IMsTargetVarConstraints.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Constraint index in the collection.

Description

The Remove method removes the specified constraint from the collection.

Comments

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

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

See also:

IMsTargetVarConstraints