Arbortext Command Language > Functions by Alphabetical Listing > graphic_entity_names
  
graphic_entity_names
graphic_entity_names (arr[, doc])
 
The graphic_entity_names function fills the array arr with an alphabetical list of graphic entity names that are valid for the current document, returning the total number. The first name returned is stored at index 1. All previous elements in arr are discarded.
The doc argument specifies the identifier of the document tree to query. If omitted or 0, the current document is used.
* 
Entities declared in the DTD are included in the array arr in addition to those declared in the declaration subset.