Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Property Manager - Option Set Object

Anonymous
Not applicable
Hi,
Is anyone aware if the properties option set can be accessed by GDL? I want to create a legend object (not linked label) which includes all the items of the option set.

I have been able to easily create linked labels referring to element properties, but I have not been able to access the whole option set.

I am thinking maybe using
OPEN ("PROP", "database set name", "[database files]")
Thanks
Tom
6 REPLIES 6
Barry Kelly
Moderator
As far as I know properties can not be access with GDL.

Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Damn.
Thanks Barry.
Anonymous
Not applicable
censored? That is strange. I didn't actually use my native Aussie tounge this time
Barry Kelly
Moderator
Tom wrote:
censored? That is strange. I didn't actually use my native Aussie tounge this time
Yes. but the forum knew what you were really thinking.

Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Barry Kelly
Moderator
Barry wrote:
As far as I know properties can not be access with GDL.

Barry.
I think I may be wrong. (wouldn't be the first time )
I know Properties can not access object parameters, but it looks like objects can access properties.

Just looking through the GDL ref guide and I found REQUESTs for ...

REQUEST ("Properties_Of_Parent", propertyType, parentProperties)
REQUEST ("Property_Value_Of_Parent", "id", type, dim1, dim2, propertyValues)
REQUEST ("Property_Name", "id", typeName, groupName, propertyName)

Maybe these will help with what you are wanting?

Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Labels/zone/stamps can access Properties, other types of GDL are not accessible。
I hope that in future versions, GDL objects can also access attribute data, which makes control more flexible.