Define Source Drawing Filename
Purpose
The Define Source Drawing Filename function provides information to DWF reading applications about what source file was used to generate the .dwf file.
Syntax
Opcode format | Opcode | Operand Format | Comments |
Extended ASCII | (SourceFilename | <ws><TFilename>) | Provides name of the source file that was used to create .dwf file |
Filename The simple filename of the source file that was used to create the .dwf file
Details
Some DWF reading applications may need to "know" the name of the source file that was used to generate the .dwf file. The DWF generating application can indicate this need with the SourceFilename opcode:
(SourceFilename 'House Plan.DWG')
Notes
It is intended that the Filename argument refer only to a basic filename, and not include path information.
A .dwf file should contain, at most, one occurrence of the source creation time opcode, which by convention should be nested inside a Define Drawing Information Block opcode.
Default
By default, no source drawing file name is defined, which is equivalent to
(SourceFilename unknown)
Implementation in WHIP! Versions
Toolkit Function |
TBD |
Partial |
Full |
Revised in |
Define Source Drawing Filename | - | - |
2.0 |
- |
See Also