How to catch event when change parameter, delete, create, move (column, beam, wall,..)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi there,
I want to catch event when change parameter, delete, create, move (column, beam, wall, object,..)
Is there a way to do this using the C++ API?
Could you please guide me on how to do it? Thank you very much.
Solved! Go to Solution.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi!
You are looking for ACAPI_Element_AttachObserver, ACAPI_Element_CatchNewElement and related functions.
It's best to check the file Element_Observer.cpp in the Notification_Manager example that comes with the API DevKit.
Hope that helps,
Bernd

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi!
You are looking for ACAPI_Element_AttachObserver, ACAPI_Element_CatchNewElement and related functions.
It's best to check the file Element_Observer.cpp in the Notification_Manager example that comes with the API DevKit.
Hope that helps,
Bernd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you sir