cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.

Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

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

Le Tan Kien
Booster

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 ACCEPTED SOLUTION

Accepted Solutions
Solution

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

View solution in original post

2 REPLIES 2
Solution

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

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!