MKI_NOTIFY_ITEM_GET_TITLE (Plug-In Notification Command) New in Version 2020.0

www.CAD6.com

The plug-in shall return a textual description of collection or pinboard items of the same type as given in Data (e.g. "Color Gradient" or "DXF Export Settings").

 

While executing this request, a plug-in must not modify any data in the drawing, a library, or a collection!

 

Parameters

Ext

Unused, will usually be nullptr.

Data

Address of a MKI_ITEM_HEADER structure. The members OwnerID and Type identify the item type. Write the type description into the Name member. All other header members must remain unchanged!

 

Return Value

MKI_NOTIFY_RESULT_DONE

The item type identified by OwnerID and Type is known, given task successfully finished.

MKI_NOTIFY_RESULT_IGNORE

The item type identified by OwnerID and Type is known, but no description was written to Name.

MKI_NOTIFY_RESULT_UNKNOWN

The item type identified by OwnerID and Type is not known, ask the other plug-ins.

 

CAD6interface 2025.2 - Copyright 2025 Malz++Kassner® GmbH