We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-06-20 12:38 PM - edited 2022-06-20 12:55 PM
Can i get the view name?
n = REQUEST ("Home_story", "", index, story_name)
story_name
I want get view name ?
I am trying to read the name of the floor plan in the view and use the IF statement.
<DrawingName>
2D Script
IF "<DrawingName>" = "3층 평면도" Then
TEXT2 0,0,"OK"
ENDIF
But This code doesn't work.
2022-06-23 12:24 PM
Hi,
autotext contents aren't visible to GDL.
In a drawing title object you can use these parameters to get some information.
2022-06-23 04:37 PM
I want to read the name of the view.
Since this is a function that is only visible in the title, it cannot be used in an if statement.