Arbortext Command Language > Commands > declare_graphic_entity
  
declare_graphic_entity
declare_graphic_entity [entity [notation [sysid [pubid]]]]
This alias creates a graphic entity reference, prompting for input as necessary.
notation is an SGML notation for the data type of the graphic.
sysid is the system identifier, or path name, for the graphic entity.
* 
If this system identifier or public identifier includes spaces or special characters (characters other than letters, digits, and underscores), the whole string needs to be enclosed in quotation marks.
pubid is the public identifier for the graphic entity. The identifier must be mapped in one of the catalog files in the directories identified by set catalogpath option (typically the doctypes directory of Arbortext-path). When entered from a command file or the command line, the public identifier must be enclosed in quotation marks.
dge is a synonym for declare_graphic_entity.
Examples
dge
dge turbogen tif '/ati/graphics/genr.tif'
Related Topics
change_entity
declare_entity
declare_notation
delete_entity
insert_entity
insert_graphic_entity
modify_entity
modify_graphic_entities
rename_entity
undeclare_entity