MKI_NOTIFY_FIND_ATTRIBUTE (Plug-In Notification Command) New in Version 2018.0

www.CAD6.com

The plug-in shall return the textual value of an "attribute" of the extended object if existing. This will be called during variable resolving.

 

Parameters

Ext

Address of the object in which the attribute shall be located.

Data

Address of a MKI_ATTRIBUTE_ENTRY structure that contains the name of the attribute to be found in Name. The resolved textual value shall be returned in Value. The content of Header shall be ignored.

 

Return Value

MKI_NOTIFY_RESULT_DONE

Ext is known, the attribute was found and its value was copied to Value.

MKI_NOTIFY_RESULT_IGNORE

Ext is known, but the attribute was not found or attributes are not supported at all by this type of object.

MKI_NOTIFY_RESULT_UNKNOWN

Ext is not known or task not supported, ask the other plug-ins.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH