Remove(Index: Integer): Boolean;
Index. Constraint index in the collection.
The Remove method removes the specified constraint from the collection.
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: