MKI_ObjectAddXProperty (Entity Creation) New in Version 2019.1

www.CAD6.com

C++ Syntax

bool

MKI_ObjectAddDimLine(

 __int32 f_nType,

 MKI_CONST_XPROPERTY_REF f_rData );

 

Adds an extended property set 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.

 

Parameters

Type

[__int32] Data block type.

Data

[MKI_CONST_XPROPERTY_REF] Data to be stored in the data block.

 

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 2025.0 - Copyright 2025 Malz++Kassner® GmbH