이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Entries property
클래스: ModelAdvisor.InputParameter
네임스페이스: ModelAdvisor
드롭다운 목록 항목
값
Type 속성의 값에 따라 다릅니다.
설명
Entries 속성은 Type 속성이 다음 중 하나인 경우에만 유효합니다.
EnumComboBoxPushButton
예제
inputParam3 = ModelAdvisor.InputParameter;
inputParam3.Name='Valid font';
inputParam3.Type='Combobox';
inputParam3.Description='sample tooltip';
inputParam3.Entries={'Arial', 'Arial Black'};