Access other object's parameters via GDL
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2013-12-30 07:42 PM
ā2013-12-30
07:42 PM
I am trying to automatically number some (different) objects.
example: fire detection: detectors, switches, alarms on multiples loops. I am thinking on one object(count object) that has an array (2 dimensions - 1 for the loop and 1 for the address) that remembers the GUID of each object. Can i access the array of the count object from the new object? how can I access the parameters of other object?
Thank you
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2013-12-30 08:33 PM
ā2013-12-30
08:33 PM
You cannot access anything about another object. The only way objects can share information is via GDL globals or file I/O.
Add-ons (plug-ins) can access everything, but are only created by experienced programmers.
Will the Element ID Manager not do what you want - to renumber your objects?
Add-ons (plug-ins) can access everything, but are only created by experienced programmers.
Will the Element ID Manager not do what you want - to renumber your objects?
AC 28 USA and earlier ⢠macOS Sequoia 15.4, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2013-12-30 09:28 PM
ā2013-12-30
09:28 PM
good ideea. I think i will use external files. will look on to that. Thank you for fast reply.