Section =ITEM= (File Sections) Changed in Version 2021.0

www.CAD6.com

MKD Syntax

The section =ITEM= contains collection items.

 

Head of Section

=ITEM=;

 

Entry for each Collection Item

ItemHeader;ItemData;

 

End of Section

999;

=END=;

 

A collection may contain both notes (MKI_COLLECTION_TYPE_NOTE) and all other types of collection entries.

 

When inside a drawing, all notes will become part of the "Internal notebook for this drawing" and all other entries will become part of the "Internal collection for this drawing".

 

When opening a collection file as a notebook, only contained notes will be accessible. When opening a collection file as a collection, all contained entries including notes will be accessible. Make sure not to open a collection file as a notebook and as a collection at the same time!

 

Element Description

ItemHeader

ItemData

See MKI_ITEM_HEADER.

 

If the section =ITEM= does not exist, assume no collection item to be defined.

 

Example of a Collection Item

,40,6200,1,"132342672053300000","";

"Text","Internal Note";

 

This collection item has no specific owner ID (MKI_DB_OWNER_DEFAULT), its type is MKI_COLLECTION_TYPE_TEXT (40), and it contains one (1) profile entry. Is was created on May 18th, 2020 (filetime of 132342672053300000) and its comment is empty.

 

The only profile entry with the name "Text" contains the text "Internal Note".

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH