<RenameAlias>
Section:
Options
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The RenameAlias defines an alias for an attribute's real name in the Name Conflicts Found dialog. The tag name is the alias, or user-visible name. The Rename Alias must contain an <AttributeName>, which is the real attribute name. If the attribute does not exist for a class, an empty string is inserted.
This tag may be configured to use a localization catalog.
Example
This example defines a RenameAlias:
<RenameAlias>SysID
<AttributeName>MODEL_ID</AttributeName>
</RenameAlias>
Was this helpful?