MKI_EditXPropertyResolve (Entity Editing) New in Version 2022.2

www.CAD6.com

C++ Syntax

bool

MKI_EditXPropertyResolve(

 MKI_CONST_XPROPERTY_REF f_rSource,

 MKI_XPROPERTY_REF f_rTarget );

 

Resolves all extended properties in f_rSource based on the layers and pens defined in the current drawing and copies the result to f_rTarget. Its members m_nFromPen and m_nFromLayer will be initialized.

 

Parameters

f_rSource

[MKI_XPROPERTY_REF] Properties that shall resolved.

f_rTarget

[MKI_CONST_XPROPERTY_REF] Properties that shall received the resolved properties. Must not have the same address as Source.

 

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