<DefaultValue>
Section:
Options
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <DefaultValue> child tag may be set to true or false to define a custom preference's default value. If <DefaultValue> is not specified, the default value is false.
See <Preference> for more information.
Example
This example shows a valid configuration for the tag as part of a <Preference> definition:
<Preference>Acme custom preference
<Group>Acme custom group</Group>
<Key>Acme1</Key>
<DefaultValue>true</DefaultValue>
<Protect>true</Protect>
</Preference>
Was this helpful?