GDL
About building parametric objects with GDL.
SOLVED!

Get Layout Custom Field Info

Bruce
Expert

Is there any way to retrieve the content of Custom Fields in the Layout Info Scheme?  I've tried copying and pasting the autotext (in this case <LAYOUTCUSTOMPAR8>) into the TEXT2 command, but that doesn't work for custom fields.

 

REQUEST ("HomeDB_info"... doesn't give me the data I'm looking for either.

 

Is there some other way to retrieve (in GDL) the content of these scheme fields?

2022-10-19_08-02-32.jpg

Bruce Walker
www.brucepwalker.com
Barking Dog BIM YouTube
Mindmeister Mindmap
-- since v8.1 --
AC26 5002 INT Full | Windows 11 64 Pro | 12th Gen Intel i7-12700H 2.30 GHz | 64 Gb RAM | NVIDIA GeForce RTX 3060 32 Gb
2 ACCEPTED SOLUTIONS

Accepted Solutions
Solution
AllanP
Advocate

I think thats the one....

or it could be another array...

dim issuescheme[][]

issuescheme =GLOB_ISSUE_SCHEME

 

....

AllanP_0-1666157338235.png

AllanP_1-1666157488774.png

 

 

text2 0,0,issuescheme[2][7]

 

 

I have been using ArchiCAD continually since ArchiCAD 4.5, 4.5.5, 5, 5.1, 6, 6.5, 7, 8, 8.1, 9, 10, 11, 12, 13, 15, 18, 21, 22, 25, now testing 27
Member of Architalk since 2003, but missed the migration to Graphisoft.
(where have all my original posts gone?)

View solution in original post

Solution
Yves
Advocate

You can download an example object here https://gdl.Graphisoft.com/tips-and-tricks/revision-data-in-gdl 

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13

View solution in original post

3 REPLIES 3
Solution
AllanP
Advocate

I think thats the one....

or it could be another array...

dim issuescheme[][]

issuescheme =GLOB_ISSUE_SCHEME

 

....

AllanP_0-1666157338235.png

AllanP_1-1666157488774.png

 

 

text2 0,0,issuescheme[2][7]

 

 

I have been using ArchiCAD continually since ArchiCAD 4.5, 4.5.5, 5, 5.1, 6, 6.5, 7, 8, 8.1, 9, 10, 11, 12, 13, 15, 18, 21, 22, 25, now testing 27
Member of Architalk since 2003, but missed the migration to Graphisoft.
(where have all my original posts gone?)
Solution
Yves
Advocate

You can download an example object here https://gdl.Graphisoft.com/tips-and-tricks/revision-data-in-gdl 

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13
Bruce
Expert

That's what I'm after.  Thanks AllanP & Yves.

Bruce Walker
www.brucepwalker.com
Barking Dog BIM YouTube
Mindmeister Mindmap
-- since v8.1 --
AC26 5002 INT Full | Windows 11 64 Pro | 12th Gen Intel i7-12700H 2.30 GHz | 64 Gb RAM | NVIDIA GeForce RTX 3060 32 Gb