Main Content
setSubBar
Add line between subcheck results
Syntax
setSubBar(
ft_obj
, value
)
Description
setSubBar(
is
an optional method that adds lines between results for subchecks. ft_obj
, value
)
is
a handle to a template object. ft_obj
is
a boolean value that specifies when the Model Advisor includes a line
between subchecks in the check results. By default, the value is value
true
,
and the Model Advisor displays the bar. The Model Advisor does not
display the bar when you set the value to false
.
Examples
Create a list object, ft
, turn off the subbar:
ft = ModelAdvisor.FormatTemplate('ListTemplate'); setSubBar(ft, false);