Main Content

setSubBar

Add line between subcheck results

Syntax

setSubBar(ft_obj, value)

Description

setSubBar(ft_obj, value) is an optional method that adds lines between results for subchecks. ft_obj is a handle to a template object. value is a boolean value that specifies when the Model Advisor includes a line between subchecks in the check results. By default, the value is 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);