Share
 
 

Attribute Object (ActiveX)

An object appearing as a text string that describes the characteristics of an attribute reference.

Supported Platforms: Windows only

Class Information

Class Name

AcadAttribute

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadAttribute
Create Using

VBA

ModelSpace.AddAttribute
PaperSpace.AddAttribute
Block.AddAttribute 
Access Via

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

Remarks

In AutoCAD, this object is called an attribute definition.

To create an attribute (or attribute definition), use the AddAttribute method.

Was this information helpful?