MKI_ExtAddDouble (Entity Creation) New in Version 2019.1

www.CAD6.com

C++ Syntax

bool

MKI_ExtAddDouble(

 __int32 f_nType,

 double f_nValue );

 

bool

MKI_ExtAddDouble(

 __int32 f_nType,

 double* f_pElemData,

 __int16 f_nElemCount );

 

Adds a double data block to a previously opened temporary extended object (see MKI_ExtOpen).

 

Parameters

Type

[__int32] Data block type. Type may have any value between 1000 and 29999 inclusive. Such a data block will not be modified by the serving application in any case and can be used to store plug-in-specific data.

Value

[double] Single value to be added.

ElemData

[double*] Pointer to an array of values to be added.

ElemCount

[__int32] Number of values in the array.

 

Return Value

Returns 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 2024.2 - Copyright 2024 Malz++Kassner® GmbH