Using VB6.
The case: a dimension on a drawing has been overridden. The overridden value is NOT A NUMBER, but TEXT. I want to get this text value, but the only method API provides is GetOverrideValue which returns Double. The interesting thing is GetOverrideValue returns last numeric value typed in "Override value" text-box, despite the text value residing there now.
So, is there any way to get the text (string) value of overridden dimension?
SolidworksApi macros