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

www.CAD6.com

C++ Syntax

class MKI_MULTI_GROUP : public MKI_MULTI_BASE

{

  public:

 

  MKI_COMMENTLONG m_szComment;

 

  void

  Init( void ); New in Version 2023.1

 

  void

  Fill(

 MKI_CONST_ENTITY_GROUP_PTR f_pGroup ); New in Version 2023.1

 

  void

  Apply(

 MKI_ENTITY_GROUP_PTR f_pGroup,

 bool f_fCopyAll ) const; New in Version 2023.1

};

 

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

 

Element Description

m_szComment Changed in Version 2019.1

[MKI_COMMENTLONG] Comment.

 

Comment

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

 

USE_COMMENT

Apply the comment m_szComment.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH