Main Content
SupportLibrary property
Set to support library models
Values
Boolean value specifying that the check supports library models.
true . The check supports library models. |
false (default). The check does not support
library models. |
Description
The SupportLibrary
property specifies whether
the check supports library models.
| Check supports library models. |
| Check does not support library models. |
Examples
% specify that a check supports library models rec = ModelAdvisor.Check('com.mathworks.sample.Check1'); rec.SupportLibrary = true;