AttributeReference Class

Visual Basic
Public Class AttributeReference
Inherits DBText
C#
public class AttributeReference : DBText;
Description

 

This .NET class wraps the AcDbAttribute ObjectARX class. 

 

The Attribute class represents the ATTRIB entity within AutoCAD. ATTRIB entities are associated with INSERT entities (BlockReference objects).

Notes

To set all the non-AttributeReference-specific properties such as position, text string, text height, text rotation, and others, for the attribute, use the methods inherited from Text.

Links
See Also

DBObject, Entity, BlockReference, AttributeDefinition