Class: ModelAdvisor.Check
Package: ModelAdvisor
Indicate to display or hide check
'true' (default) |
'false' |
The Visible
property specifies whether
the Model Advisor displays the check.
| Display the check |
| Hide the check |
% hide all checks that do not belong to Demo group if ~(strcmp(checkCellArray{i}.Group, 'Demo')) checkCellArray{i}.Visible = false; checkCellArray{i}.Value = false; end