Define Drawing Author
Purpose
The Define Drawing Author function specifies the person who created the .dwf file.
Syntax
Opcode format | Opcode | Operand Format | Comments |
Extended ASCII | (Author | <ws><Tauthor>) | States person who created the file |
Author A string describing who created the .dwf file.
Details
Some DWF reading applications may need to "know" who created the DWF file. The DWF generating application can indicate this need with the Define Drawing Author opcode:
(Author 'Brian P. Mathews, Autodesk, Inc.')
Notes
DWF reading applications should not expect to be able to parse the Author argument, though it can be shown to a user.
A .dwf file should contain a maximum of one occurrence of the Define Drawing Author opcode, which by convention should be nested inside a Define Drawing Information Block opcode.
Default
By default, no drawing author is defined:
(Author unknown)
Implementation in WHIP! Versions
Toolkit Function |
TBD |
Partial |
Full |
Revised in |
Define Drawing Author | - | - |
1.03 |
- |
See Also