MKI_MULTI_TEXTREFERENCE (Multi-Entity Editing Classes) Renamed and changed in Version 2023.1

www.CAD6.com

C++ Syntax

class MKI_MULTI_TEXTREFERENCE : public MKI_MULTI_BASE

{

  public:

 

  MKI_TEXTREFERENCE m_cData;

 

  void

  Init( void ); New in Version 2023.1

 

  void

  Fill(

 MKI_CONST_TEXTREFERENCE_REF f_rData ); New in Version 2023.1

 

  void

  Apply(

 MKI_TEXTREFERENCE_REF f_rData,

 bool f_fCopyAll ) const; New in Version 2023.1

};

 

This structure contains reference text properties to be edited in a dialog window.

 

Element Description

m_cData

[MKI_TEXTREFERENCE] A standard reference text property set.

 

Comment

When using functions of the base class MKI_MULTI_BASE, use the following flags defined in this class to identify its elements:

 

USE_ARROWFORM

Apply the arrow form m_cData->m_nArrowForm.

 

USE_ARROWMODE

Apply the arrow mode m_cData->m_nArrowMode.

 

USE_FRAMEFORM

Apply the frame form m_cData->m_nFrameForm.

 

USE_FRAMEOFFSET

Apply the frame offset m_cData->m_nFrameOffset.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH