MKI_ContainerBuffer (Entity Creation) New in Version 6.50

www.CAD6.com

C++ Syntax

MKI_ENTITY_OBJECT_PTR

MKI_ContainerBuffer(

 MKI_CONST_XPROPERTY_PTR f_pXProperty );

 

Creates a buffer that is large enough to hold a container (i.e. an object with type MKI_OBJ_CONTAINER) of maximum size. Such a buffer is e.g. often required for the MKI_ExtDataAddContainer function.

 

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

 

Parameters

XProperty

[MKI_CONST_XPROPERTY_PTR] Address of extended properties to be assigned to the container. If nullptr, a default property set will be assigned to the container.

 

Return Value

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

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH