Share

AcDbAttribute Constructor

Overload List

Method Description
AcDbAttribute::AcDbAttribute () 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 AcDbText object take place.
AcDbAttribute::AcDbAttribute (AcGePoint3d&, ACHAR*, ACHAR*, AcDbObjectId) This constructor initializes the attribute object with the arguments passed in. position must be in WCS coordinates. Copies of the text and tag strings will be 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, nonconstant, visible, not preset, and not verifiable), and all the initializations for a default new AcDbText object (except text and position) take place.

Was this information helpful?