MKI_AttributeBuffer (Attributes) New in Version 2021.0

www.CAD6.com

C++ Syntax

MKI_ATTRIBUTE_DATA_PTR

MKI_AttributeBuffer( void );

 

Creates a buffer that is large enough to hold the maximum number of attributes allowed per entity (MKI_ATTRIBS_PER_OBJECT). Such a buffer is e.g. required for functions such as MKI_AttributeGetLocal.

 

This buffer should be freed using the MKI_HeapFree function as soon as it is no longer required.

 

Return Value

Returns the address of the buffer is successful, else nullptr.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH