AttributeReference object |
An object containing text that links to a block.
VBA class name: |
AcadAttributeReference |
---|---|
Create using: |
ModelSpace.InsertBlock |
Access via: |
Block.GetAttributes |
You cannot directly create an attribute reference. Attribute references are added to the drawing when a block containing an attribute definition is inserted into the drawing. To access an attribute reference of an inserted block, use the GetAttributes method. This method returns an array of all attribute references attached to the inserted block.
Once you have obtained an attribute reference, use the following methods and properties to edit or query its values:
Methods |
Properties |
Events |
Comments? |