![]() |
MKI_ContainerBuffer (Entity Creation) New in Version 6.50 |
www.CAD6.com |
C++ SyntaxMKI_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.
ParametersXProperty [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 ValueReturns the address of the buffer is successful, else nullptr.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH