MKI_ExtAddAttribute (Entity Creation) New in Version 2021.0

www.CAD6.com

C++ Syntax

bool

MKI_ExtAddAttribute(

 __int32 f_nType,

 const LPCWSTR f_pszName,

 const LPCWSTR f_pszValue );

 

Adds an attribute data block to a previously opened temporary extended object (see MKI_ExtOpen).

 

Parameters

Type

[__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 Value

Returns true if the data block was added successfully. If false is returned, this indicates that the extended object would be too large after adding this data block.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH