Known blocks that are to be processed have to be configured in the AutoCAD configuration object
The name of each known block has to be added to the list Available Blocks in order to be recognized by the LoadFolioFields command.
Attributes within known blocks are identified and updated via the use of Fabasoft Folio fields. An attribute in Autodesk AutoCAD is identified by its name (or "tag"). The connection between an attribute and a Fabasoft Folio field is established by a case insensitive match between the attribute's name and the Fabasoft Folio field's object name.
The following fields are defined for the object classes FSCAUTOCAD@1.1001:Drawing and FSCAUTOCAD@1.1001:Project:
Each object class has multiple global fields that are single value Fabasoft Folio fields. These are expected by the LoadFolioFields command as following:
<FieldName>
Example:
FieldName
FieldSubject
FieldCurrentVersion
Each object class can have one set of multiple fields. These are expected by the LoadFolioFields command as following:
<FieldName>_<index>
Example:
FieldEmail_0
FieldEmail_1
FieldEmail_2