declare_entity
declare_entity [ text [name [textstring]] | file [name [sysid [pubid]]] | graphic [name [notation [sysid [pubid]]]]]
This alias creates either a text, file, or graphic entity reference, as specified, prompting for input as necessary.
|
If a text string, the system identifier, or the public identifier includes spaces or special characters (characters other than letters, digits, and underscores), it needs to be enclosed in quotation marks.
|
de is a synonym for declare_entity.
Examples
de
de text atext Arbortext
de file copyright "USER-PATH/project1/copyright"
Related Topics