Class: ModelAdvisor.InputParameter
Package: ModelAdvisor
Value of input parameter
Depends on the Type
property.
The Value
property specifies the initial
value of the input parameter. This property is valid only when the Type
property
is one of the following:
'Bool'
'String'
'Enum'
'ComboBox'
% define input parameters inputParam1 = ModelAdvisor.InputParameter; inputParam1.Name = 'Skip font checks.'; inputParam1.Type = 'Bool'; inputParam1.Value = false;