IMetamodels.RemoveConstraint Method
Namespace: NextDesign.Core
Description
Removes the specified constraint.
Arguments
Name | Type | Description |
---|---|---|
constraint | IConstraint | Constraint to remove |
Return value
- void
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If the constraint to be removed is not specified |
Profile editing not possible | ExtensionEditProfileException | If the profile editing operation fails |