Access dimension text overrides using Grasshopper?

I’m looking to access dimension text overrides using Grasshopper.
The script I’m working on uses Heteroptera’s Pick Objects (which outputs the selected object’s GUI) and I use that to create aligned dimensions. What I want is to override the dimension text and read the changes with Grasshopper so I can move my wall lines by the difference between the two.


Though where do I access this value? In Rhino it is under the text settings, but in Grasshopper there’s no socket for it.

While it is possible to do this through User Text, it is really annoying that I have to click the User Text button for each and every object that I am editing…

Nvm, I found the solution, it’s the Text Override field. I feel dumb now.