MKI_EditXPropertyInherit (Entity Editing) Changed in Version 2018.2

www.CAD6.com

C++ Syntax

bool

MKI_EditXPropertyInherit(

 MKI_ENTITY_PTR f_pEntity,

 MKI_CONST_XPROPERTY_REF f_rModify )

 

Copies all values from Modify that are inherited (flag is set, see MKI_USE_*) to all extended property sets in Entity where it's not fixed (flag is not set, see MKI_USE_*). The page assignment will always be copied.

 

Parameters

Entity

[MKI_ENTITY_PTR] Address of the entity whose extended property sets shall be modified.

Modify

[MKI_CONST_XPROPERTY_REF] Properties that shall (partially) be inherited to the entity's property sets.

 

Return Value

Returns true if successful. If false is returned, this is usually due to invalid parameters.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH