MKI_GroupOpen (Entity Creation) Changed in Version 2017.0

www.CAD6.com

C++ Syntax

MKI_ENTITY_GROUP_PTR

MKI_GroupOpen( void );

 

Opens a provisional group for data block input. Once opened, the group can be filled with data blocks and subsequently be terminated and appended to a memory list.

 

Only one provisional group is available at a time. Anyway, other provisional entities like object, instance, extended object and block can be open simultaneously. After opening the provisional group, it must later be closed using MKI_GroupClose or MKI_GroupFastInsert.

 

Return Value

Address of the provisional group, if successful. Use this address to modify the group's comment (located in ReturnValue->Comment). Please do not modify any other value! If nullptr is returned, this indicates that another provisional group is already open.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH