License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2021-12-25 07:19 AM - edited 2021-12-25 08:27 AM
I want to use the ADD variable of PROJECT INFO in the drawing title object sub-type.
i use dong Number in Name Of Drawing
I want to use in Title.
dong number + title
now I make this title
Solved! Go to Solution.
2022-01-05 04:17 PM - edited 2022-01-10 09:30 AM
Hi,
Any autotext value can be written this way: http://gdl.graphisoft.com/reference-guide/autotext-guide
Drawing title is also available as autotext, so the simplest solution is:
text2 0,0, "<Dong Number> <DRAWINGNAME>"
2022-01-05 04:17 PM - edited 2022-01-10 09:30 AM
Hi,
Any autotext value can be written this way: http://gdl.graphisoft.com/reference-guide/autotext-guide
Drawing title is also available as autotext, so the simplest solution is:
text2 0,0, "<Dong Number> <DRAWINGNAME>"
2022-01-07 04:37 AM
thank you so much ^^