![]() |
MKI_ObjectOpen (Entity Creation) |
www.CAD6.com |
C++ SyntaxMKI_ObjectOpen( __int32 f_nType );
Opens a provisional object for data block input. Once opened, the provisional object can be filled with data blocks and subsequently be terminated and appended to a memory list or to a block.
Only one provisional object is available at a time. Anyway, other provisional entities like instance, extended object, block and group can be open simultaneously. After opening the provisional object, it must later be closed using MKI_ObjectClose or MKI_ObjectFastInsert.
ParametersType [__int32] Type of object to be created (see MKI_OBJ_*).
Return ValueAddress of the provisional object, if successful. This address can be used to modify the object's extended properties (located in ReturnValue->XProperty). Please do not modify any other value! If nullptr is returned, this indicates that another provisional object is already open.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH