2008

Table Of Contents
the attribute that is mapped to LINE12 (mapped in the .wdt file or on the
WD_TB attribute value carried by the title block).
NOTE If the expression is a full AutoLISP function, it must return a string value
(not an integer, real, list, or nil value). The program must be encoded into the
project description data as "(load 'filename.lsp')." It must be self-starting upon
load.
Setup title block update
Automates updating title block information for the active drawing or the
entire project drawing set. Project and drawing-specific property settings are
linked to one or more attributes contained in the title block.
The link between AutoCAD Electrical and the title block is defined by either
an external text file (.wdt) or by an invisible WD_TB attribute added to your
existing title block. If the WDT method is used, you can use a project-specific
file or the Default.wdt file. In either case, the title block attribute names are
mapped to the project-wide LINEx values and to several drawing-specific
setting values.
Access:
From the Projects menu, select Title Block Setup.
Method 1
Create a project-specific mapping file that only references for
drawings in the current project. The file name is the same as the
project name with a .wdt extension.
Project.wdt
Create a default mapping file in the project's subdirectory that is
referenced if a project-specific file is not found and if a WD_TB
attribute is not present in the title block.
DEFAULT.WDT
Create a default mapping file in the default AutoCAD Electrical
subdirectory that is referenced if a project-specific file is not found
and if a WD_TB attribute is not present in the title block.
DEFAULT.WDT
Map AutoLISP values to the title block | 725