AcDbAttributeDefinition Constructor
Overload List
Method |
Description |
---|
AcDbAttributeDefinition::AcDbAttributeDefinition () |
Default constructor. Initializes the field length to 0, the flags to 0 (that is, nonconstant, visible, not preset, and not verifiable), and the tag to 0. In addition, all the initializations for a default new AcDbText object take place. |
AcDbAttributeDefinition::AcDbAttributeDefinition (AcGePoint3d&, ACHAR*, ACHAR*, ACHAR*, AcDbObjectId) |
This constructor initializes the AcDbAttributeDefinition object with the arguments passed in. position must be in WCS coordinates. Copies of the text, tag, and prompt strings are used, so the caller is responsible for the memory used by the strings passed in. If used, style must be a valid AcDbTextStyleTableRecord object ID.In addition, the field length is initialized to 0, the flags to 0 (that is, non-constant, visible, not preset, and not verifiable), and all the initializations for a default new AcDbText object (except text and position) take place. |