User Manual - Page 3976

For AUTOCAD 2011.

Loading ...
Loading ...
Loading ...
NOTE One way to find out the implied contract of the Rcp function is to turn on
logging. For more information, see Recipe Logging on page 3949.
Display Strings
Elements with the tag <Label> or <Description> are intended to be translated.
These will be displayed in the Properties palette and other user interface
constructs, but will never be used to refer to anything and will never be
referenced from the code (that is the job of the idStr).
References
Within the Recipe Spec, the value of an item appears between the element
tags. It is taken as a literal value unless the ref attribute is specified. In this
case, the value between the element tags is considered a lookup value and is
used to retrieve the actual value.
ref [Optional]
Specifies that the value between the element tags is to be used as a lookup
key. It can have one of the following values:
(AutoCAD Architecture LayerKey)layerKey
(Column in the table from component
database)
dbTable
(idStr of a <Control>)control
NOTE The layerKey reference type is only valid within the element <Layer>.
3920 | Chapter 55 Customizing and Adding New Content for Detail Components
Loading ...
Loading ...
Loading ...