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

Streamline your workflows and master BIM coordination! Program starts April 28!

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
Contributor

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

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

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!