Autodesk.AutoCAD.DatabaseServices Namespace
>
AttributeDefinition Class
>
AttributeDefinition Constructor
AttributeDefinition Constructor
Overload List
Method
Description
AttributeDefinition.AttributeDefinition ()
Default constructor. Initializes the field length to 0, the flags to 0 (that is, non-constant, visible, not preset, and not...
more
AttributeDefinition.AttributeDefinition (Point3d, string, string, string, ObjectId)
Default constructor. Initializes the field length to 0, the flags to 0 (that is, non-constant, visible, not preset, and not...
more
Comments?