Main Content
removeAllCrossParameterConstraints
Class: Simulink.Mask
Namespace: Simulink
Delete all cross-parameter constraints from a mask
Syntax
maskObj.removeAllCrossParameterConstraints
Description
deletes all cross-constraints from a mask.maskObj
.removeAllCrossParameterConstraints
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Remove all cross constraints from the mask. maskObj.removeAllCrossParameterConstraints
Version History
Introduced in R2018a