Default constructor. Initializes the field length to 0, the flags to 0 (that is, non-constant, visible, not preset, and not verifiable), and the tag to 0. In addition, all the initializations for a default new DBText object take place.
Public Sub New()
Public Sub New(
position As Point3d,
value As string,
tag As string,
style As ObjectId
)
public AttributeReference();
public AttributeReference(
Point3d position,
string value,
string tag,
ObjectId style
);
AttributeReference Class, Autodesk.AutoCAD.DatabaseServices Namespace