MKI_ObjectAddTextStandard (Entity Creation) Changed in Version 2015.0 |
www.CAD6.com |
C++ SyntaxMKI_ObjectAddTextStandard( MKI_CONST_TEXTSTANDARD_REF f_rData );
Adds a standard text parameter data block (MKI_DB_INFO_TEXTSTANDARD) to a previously opened temporary object (see MKI_ObjectOpen). This type of data block is usually used inside standard and reference texts (MKI_OBJ_TEXTSTANDARD and MKI_OBJ_TEXTREFERENCE).
ParametersData [MKI_CONST_TEXTSTANDARD_REF] Data to be stored in the standard text parameter data block. The TextXProperty component will be overwritten by the current default properties for that object. In case these properties are to be modified, use the address returned from this procedure to access them directly.
Return ValueReturns the address of the TextXProperty component of the created data block if the data block was added successfully. This address can be used to alter the default properties of the text. If nullptr is returned, this indicates that the object would be too large after adding this data block.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH