<Group>
Section:
Options (as part of a <Preference>)
Required:
Yes, for each <Preference> definition
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <Group> child tag defines the group in which to place a new preference. If the group name matches an existing group, the preference is added to that group. Otherwise a new group is created and the preference is added to that group. The system group names and message numbers are:
Group
Catalog
Number
BOM
model
2618
Database
model
902
Load
model
36
Load and Save
model
2158
Projects
model
1577
Save
model
392
Structure Browser
model
393
Example
This example shows a valid configuration for the tag (as part of a <Preference>):
<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?