MKI_EditXPropertyApply (Entity Editing) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_EditXPropertyApply(

 MKI_XPROPERTY_REF f_rDestin,

 MKI_CONST_XPROPERTY_REF f_rModify,

 __int32 f_nFlagMask,

 __int32 f_nPropMask )

 

Copies selected entries from Modify to Destin as defined by the flags.

 

Parameters

Destin

[MKI_XPROPERTY_REF] Address of the original property set that shall be modified.

Modify

[MKI_CONST_XPROPERTY_REF] Properties that shall (partially) be applied to the original property set.

FlagMask

[__int32] Integer with a bit-wise OR mask that indicates which entries of the Modify->UseFlag element shall be applied to the original property set (see MKI_USE_*). Set to -1 to apply ALL entries of the Modify->UseFlag element.

PropMask

[__int32] Integer with a bit-wise OR mask that indicates which properties of Modify shall be applied to the original property set (see MKI_USE_*). Set to -1 to apply ALL properties of Data.

 

Return Value

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

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH