<Reset>
Section:
Options (as part of a <Preference>)
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Defines whether a user preference should be reset to the default value each time Creo Elements/Direct Model Manager restarts. By default, the user preference setting is saved between sessions. Setting this tag to true causes the user preference setting to be reset.
Example
This example shows a valid configuration for the tag:
<Preference>Acme custom preference
<Group>Acme custom group</Group>
<Key>Acme1</Key>
<DefaultValue>true</DefaultValue>
<Protect>true</Protect>
<Reset>true</Reset>
</Preference>
Was this helpful?