Main Content

Entries property

Class: ModelAdvisor.InputParameter
Namespace: ModelAdvisor

Drop-down list entries

Values

Depends on the value of the Type property.

Description

The Entries property is valid only when the Type property is one of the following:

  • Enum

  • ComboBox

  • PushButton

Examples

inputParam3 = ModelAdvisor.InputParameter;
inputParam3.Name='Valid font';
inputParam3.Type='Combobox';
inputParam3.Description='sample tooltip';
inputParam3.Entries={'Arial', 'Arial Black'};