how to add user data to the hotlink source pln file in the host pln file?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-11-04
12:22 PM
- last edited on
‎2022-09-29
10:05 AM
by
Daniel Kassai
‎2019-11-04
12:22 PM
I add some hotlinks to a host pln file.
I can get the hotlinkNode by the API.
But how can I add user data to the hostlink source pln file?
Thanks.
I can get the hotlinkNode by the API.
But how can I add user data to the hostlink source pln file?
Thanks.
Labels:
- Labels:
-
Add-On (C++)
5 REPLIES 5
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-11-05 02:51 AM
‎2019-11-05
02:51 AM
Can anyone provide some ideas?
Thanks very much.
Thanks very much.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-11-06 10:51 AM
‎2019-11-06
10:51 AM
DevJeer wrote:Hi! Do you mean, the hotlinked.pln should store a user data, not the host.pln? Would you like to see the stored user data in the hotlinked.pln?
I add some hotlinks to a host pln file.
I can get the hotlinkNode by the API.
But how can I add user data to the hostlink source pln file?
Thanks.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-11-06 10:59 AM
‎2019-11-06
10:59 AM
MOREH wrote:Hi. Yes,I would like store user data in the hotlink source file,not the host file.
DevJeer wrote:Hi! Do you mean, the hotlinked.pln should store a user data, not the host.pln? Would you like to see the stored user data in the hotlinked.pln?
I add some hotlinks to a host pln file.
I can get the hotlinkNode by the API.
But how can I add user data to the hostlink source pln file?
Thanks.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-11-06 11:07 AM
‎2019-11-06
11:07 AM
You can't edit the hotlinked.pln file directly from the host. You have to open it in a second ARCHICAD instance and set the user data there.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-11-06 12:23 PM
‎2019-11-06
12:23 PM
MOREH wrote:Thanks.
You can't edit the hotlinked.pln file directly from the host. You have to open it in a second ARCHICAD instance and set the user data there.
ACAPI_Automate (APIDo_OpenID, &openPars)
The above api can open the hostlinked.pln. But I would not like to open the hostlinked.pln in Archicad.
Is there other method can solve the problem?