![]() |
MKI_BlockAddAttribute (Entity Creation) |
www.CAD6.com |
C++ Syntaxbool MKI_BlockAddAttribute( __int32 f_nType, const LPCWSTR f_pszName, const LPCWSTR f_pszValue );
Adds an attribute data block to a previously opened provisional block (see MKI_BlockOpen).
ParametersType [__int32] Type of the attribute (see MKI_DB_ATTRIB_*). Name [const LPCWSTR] This text contains the name of the attribute. Value [const LPCWSTR] This text contains the current value of the attribute.
Return ValueReturns true if the data block was added successfully. If false is returned, this indicates that the block would be too large after adding this data block.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH