An object containing text that links to a block.
Supported Platforms: Windows only
AcadAttributeReference
Object AcadObject AcadEntity AcadAttributeReference
VBA
ModelSpace.InsertBlock PaperSpace.InsertBlock Block.InsertBlock
VBA
Block.GetAttributes
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
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.