Arbortext Command Language > Functions by Alphabetical Listing > graphic_entity_attr_name
  
graphic_entity_attr_name
graphic_entity_attr_name(tagname[, doc])
This function returns the name of the graphic entity attribute for the graphic element specified by tagname that is defined in the document type's .dcf file. If an entity attribute is not defined for the tagname element, graphic_entity_attr_name returns the null string. The doc argument specifies the identifier of the document tree to query. If omitted or 0, the current document is used.
* 
If the document type definition for your document includes the NAMECASE GENERAL NO setting, then the tagname parameter is case-sensitive.
* 
Executing the function graphic_attr_name(tagname, "entity") returns the same value as the function graphic_entity_attr_name(tagname).
Related Topics
graphic_attr_name function
Enabling graphics support for a document type