MKI_PARTSLIST_ATTRIB (Basic Classes) New in Version 2021.1

www.CAD6.com

C++ Syntax

class MKI_PARTSLIST_ATTRIB

{

  public:

 

  __int32           m_nCount;

  MKI_ATTRIBUTENAME m_acData[MKI_ATTRIBS_PER_PARTSLIST];

 

  MKI_PARTSLIST_ATTRIB( void );

 

  void

  Init( void );

};

 

This structure contains the list of selected attributes for a parts list creation.

 

Element Description

Count

[__int32] Number of attribute names in the list.

Data

[MKI_ATTRIBUTENAME[]] List of attribute names. The same name may exist multiple times.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH