convertIntoMTextAttributeDefinition
| Converts this attribute definition into a multi-line attribute definition.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
|
getMTextAttributeDefinition
| When called on multi-line attribute definitions, it can be called to retrieve a clone of the internal AcDbMText that's used for the representation of this multi-line attribute definition.
Callers must either delete the returned AcDbMText entity, or put it back under the control of the attribute definition by calling setMTextAttributeDefinition().
Returns a non-database-resistent clone of the internal AcDbMText that's used for the representation of this multi-line attribute definition. Returns NULL when called on a non-multi-line attribute definition.
|
getMTextAttributeDefinitionConst
| When called on multi-line attribute definitions, it can be called to retrieve a clone of the internal AcDbMText that's used for the representation of this multi-line attribute definition.
Callers must either delete the returned AcDbMText entity, or put it back under the control of the attribute definition by calling setMTextAttributeDefinition().
Returns a non-database-resistent clone of the internal AcDbMText that's used for the representation of this multi-line attribute definition. Returns NULL when called on a non-multi-line attribute definition.
|
isMTextAttributeDefinition
| Tells whether the attribute definition is a multi-line attribute definition.
Returns true if the attribute definition is a multi-line attribute definition. Otherwise returns false.
|
updateMTextAttributeDefinition
| Updates the internal AcDbMText entity from the basic AcDbAttributeDefinition properties
|