Archicad 28 C++ API
|
Describes the element the notification is coming for, and the type of the notification. More...
#include <APIdefs_Callback.h>
Public Attributes | |
API_ElementDBEventID | notifID |
The type of the notification. | |
API_Elem_Head | elemHead |
Element reference. | |
API_DatabaseUnId | databaseId |
Element database identifier. | |
Describes the element the notification is coming for, and the type of the notification.
@ref APINotifyElement_Undo
and APINotifyElement_Redo
notifications. The Notification Manager section explains how the element related notifications are sent to the add-ons. Since each add-on can be notified twice during the same operation, the first call is marked with a -1 index value in the @ref APINotifyElement_BeginEvents
notification. This helps you to distinguish the first and the second @ref APINotifyElement_BeginEvents
(for example if you have to keep the data synchronized with an external database).