Autodesk.AutoCAD.DatabaseServices Namespace > AttributeDefinition Class > AttributeDefinition Constructor > AttributeDefinition() Constructor
AttributeDefinition.AttributeDefinition() Constructor
Description

 

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.

Visual Basic
Public Sub New()
Public Sub New(
    position As Point3d, 
    value As string, 
    tag As string, 
    prompt As string, 
    style As ObjectId
)
C#
public AttributeDefinition();
public AttributeDefinition(
    Point3d position, 
    string value, 
    string tag, 
    string prompt, 
    ObjectId style
);
Links
   Comments?