MKI_COLLECTION_DATA (Basic Classes) New in Version 2022.2

www.CAD6.com

C++ Syntax

class MKI_EXPORT_DATA

{

  public:

 

  MKI_COLLECTIONNAME m_szCollectionName;

  MKI_ITEMNAME m_szItemName;

 

  MKI_EXPORT_DATA( void );

 

  void

  Init( void );

};

 

This structure contains a collection item description.

 

Element Description

m_szCollectionName

[MKI_COLLECTIONNAME] Title of the collection from which the item shall be loaded. If the collection name is MKI_BLOCK_ID, the drawing's internal collection will be accessed. May be empty to indicate "unused / use current data".

m_szItemName

[MKI_ITEMNAME] Name of the collection item that shall be loaded. May be empty to indicate "unused / use current data".

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH