Main Content

removeAllCrossParameterConstraints

Class: Simulink.Mask
Namespace: Simulink

Delete all cross-parameter constraints from a mask

Syntax

maskObj.removeAllCrossParameterConstraints

Description

maskObj.removeAllCrossParameterConstraints deletes all cross-constraints from a mask.

Examples

% Get block mask handle.
maskObj = Simulink.Mask.get(gcb); 

% Remove all cross constraints from the mask.
maskObj.removeAllCrossParameterConstraints

Version History

Introduced in R2018a