2011

Table Of Contents
Default UDA Tag
An optional XML tag in the resource file is used to specify the default value
for each of the UDAs when a data type that has that UDA is created. If no
default tag is specified, the UDA will be empty. The XML tag is <DefaultValue>.
Read-Only UDA Tag
An optional XML tag in the metadata.*.xml resource file is used to specify
whether the UDA is read-only. If no read-only tag is specified, the UDA will
be read-write. The XML tag is <Read-Only>. For example
<Read-Only></Read-Only> or just plain <Read-Only/>. Don't forget the '/'. See
the example above. The read-only tag is only for the UI element so that the
user cannot modify its value.
Other Workspace Functions
There are additional functions available in the workspace, including hotkeys
and zooming and panning a view.
Composite Hotkeys
You can perform many operations using hotkeyssee
Hotkeys on page 817 for
a complete list.
Default UDA Tag | 187