MKI_ObjectAddDimLine (Entity Creation) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_ObjectAddDimLine(

 MKI_CONST_DIMLINE_REF f_rData );

 

Adds a dimension line parameter data block (MKI_DB_INFO_DIMLINE) to a previously opened provisional object (see MKI_ObjectOpen). This type of data block is usually used inside dimension line objects (MKI_OBJ_DLINE and MKI_OBJ_DARC).

 

Parameters

Data

[MKI_CONST_DIMLINE_REF] Data to be stored in the dimension line parameter 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