SupportExclusion property
设置为支持排除项
值
指定检查是否支持排除项的布尔值。
true.检查支持排除项。 |
false(默认值)。检查不支持排除项。 |
描述
SupportExclusion 属性指定检查是否支持排除项。
| 检查支持排除项。 |
| 检查不支持排除项。 |
示例
% specify that a check supports exclusions
rec = ModelAdvisor.Check('com.mathworks.sample.Check1');
rec.SupportExclusion = true;