cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

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

way to interconnect

Anonymous
Not applicable
How could I link additional data to elements, which is freely accessed by multiply addons?
2 REPLIES 2
Ralph Wessel
Mentor
Skywalker wrote:
How could I link additional data to elements, which is freely accessed by multiply addons?
As far as I know, user data is strictly linked to a specific add-on based on its ID. You could accomplish the result you want by having a 'parent' add-on which owns the data, and the other 'child' add-ons communicate with it to obtain the information they need.
Ralph Wessel BArch
Software Engineer Speckle Systems
Karl Ottenstein
Moderator
Ralph wrote:
As far as I know, user data is strictly linked to a specific add-on based on its ID. You could accomplish the result you want by having a 'parent' add-on which owns the data, and the other 'child' add-ons communicate with it to obtain the information they need.
My understanding, too.

Karl
One of the forum moderators
AC 27 USA and earlier   •   macOS Ventura 13.6.7, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB

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!