![]() |
MKI_ObjectCopyLinkList (Entity Creation) New in Version 6.51 |
www.CAD6.com |
C++ Syntaxbool MKI_ObjectCopyLinkList( MKI_ENTITY_OBJECT_PTR f_pRefObj, MKI_ENTITY_PTR f_pFirstObj );
Copies an object list starting with the given reference entity to the link-list of a given object.
ParametersRefObj [MKI_ENTITY_OBJECT_PTR] Address of the object to whose link-list the objects shall be copied. FirstObj [MKI_ENTITY_PTR] Address of the first object to be copied to the link-list of RefObj. All following objects linked by means of FirstObj->Header.LinkNext will be copied, too. This list should only contains container objects since all other types are not allowed in an object's link-list.
Return ValueReturns true if all objects were copied successfully. Returns false if the copying was not successful, normally due to insufficient memory.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH