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