![]() |
MKI_ObjectAddInt32 (Entity Creation) New in Version 2019.1 |
www.CAD6.com |
C++ Syntaxbool MKI_ObjectAddInt32( __int32 f_nType, __int32 f_nValue );
bool MKI_ObjectAddPoint( __int32 f_nType, __int32* f_pElemData, __int16 f_nElemCount );
Adds an integer data block to a previously opened provisional object (see MKI_ObjectOpen). This type of data block is usually not used inside standard objects, only in objects of type MKI_OBJ_CONTAINER.
ParametersType [__int32] Data block type. Value [__int32] Single value to be added. ElemData [__int32*] Pointer to an array of values to be added. ElemCount [__int32] Number of values in the array.
Return ValueReturns true if the data block was added successfully. If false is returned, this indicates that the object would be too large after adding this data block.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH