EditNotificationInterface is responsible for handling Edit Notifications through API. You can make your own notification implementation, which will be executed after element editings.
More...
#include <EditNotificationInterface.hpp>
|
|
const API_Guid | notificationIdentifier |
| | Identifier given by constructor.
|
| |
EditNotificationInterface is responsible for handling Edit Notifications through API. You can make your own notification implementation, which will be executed after element editings.
- Since
- Archicad 29
◆ ElementsEdited()
| virtual void ACAPI::EditNotificationInterface::ElementsEdited |
( |
const GS::HashSet< API_Guid > & | changedItemGuids, |
|
|
const API_ActTranPars & | actTranPars ) |
|
pure virtual |
The callback to be overridden in your implementation. This is called, when elements are edited.
- Parameters
-
| changedItemGuids | The changed item guids during the editing. |
| actTranPars | The transformation parameters of the editing. |