Main Content
Value property
Class: ModelAdvisor.InputParameter
Namespace: ModelAdvisor
Value of input parameter
Values
Depends on the Type
property.
Description
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'
Examples
% define input parameters inputParam1 = ModelAdvisor.InputParameter; inputParam1.Name = 'Skip font checks.'; inputParam1.Type = 'Bool'; inputParam1.Value = false;