Main Content

SupportExclusion property

Set to support exclusions

Values

Boolean value specifying that the check supports exclusions.

true. The check supports exclusions.
false (default). The check does not support exclusions.

Description

The SupportExclusion property specifies whether the check supports exclusions.

true

Check supports exclusions.

false

Check does not support exclusions.

Examples

% specify that a check supports exclusions
rec = ModelAdvisor.Check('com.mathworks.sample.Check1');
rec.SupportExclusion = true;