cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Le Tan Kien
Booster

How to catch event when change parameter, delete, create, move (column, beam, wall,..)

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.

1 Solution

Accepted Solutions

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

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Go to post

2 Replies 2

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

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com
Le Tan Kien
Booster

Thank you sir

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!