<ChoiceValue>
Section:
Task Agent
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag defines a value to present in a pulldown menu. Multiple <ChoiceValue> tags are allowed.
Use <DisplayName> to define a user-friendly name if the value is not clear or readily understandable, or to localize the name.
Example
This example shows A4 as the default paper size, and presents the values listed as possible choices.
<PaperSize type="choice" editable="true">A4
<DisplayName catalog="automation" msg_num="239">Paper Size</DisplayName>
<ChoiceValue>A0</ChoiceValue>
<ChoiceValue>A1</ChoiceValue>
<ChoiceValue>A2</ChoiceValue>
<ChoiceValue>A3</ChoiceValue>
<ChoiceValue>A4</ChoiceValue>
<ChoiceValue>A5</ChoiceValue>
<ChoiceValue>Legal</ChoiceValue>
<ChoiceValue>Letter</ChoiceValue>
</PaperSize>
Was this helpful?