Class: Simulink.Mask
Package: Simulink
Delete a cross-parameter constraint
maskObj.removeCrossParameterConstraint(CrossConstraint)
deletes the specified cross-constraint.maskObj
.removeCrossParameterConstraint(CrossConstraint
)
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Remove cross-constraint of name 'const1'. maskObj.removeCrossParameterConstraint('const1')