Main Content
removeCrossParameterConstraint
Class: Simulink.Mask
Namespace: Simulink
Delete a cross-parameter constraint
Syntax
maskObj.removeCrossParameterConstraint(CrossConstraint)
Description
deletes the specified cross-constraint.maskObj
.removeCrossParameterConstraint(CrossConstraint
)
Input Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Remove cross-constraint of name 'const1'. maskObj.removeCrossParameterConstraint('const1')
Version History
Introduced in R2018a