|
MKI_GroupAddAttribute (Entity Creation) New in Version 2017.0 |
www.CAD6.com |
C++ Syntaxbool MKI_GroupAddAttribute( __int32 f_nType, const LPCWSTR f_pszName, const LPCWSTR f_pszValue );
Adds an attribute data block to a previously opened provisional group (see MKI_GroupOpen).
Parametersf_nType [__int32] Type of the attribute (see MKI_DB_ATTRIB_*). Only local attributes types are allowed in groups! f_pszName [const LPCWSTR] This text contains the name of the attribute. f_pszValue [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 group would be too large after adding this data block.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH