Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
TA.Fehr
695 Views, 7 Replies

Format Holetable via API

I'm trying to read values from a holetable via API and I'm trying to find out how to parse out the units.

By default the column doesn't have the unit string checked, but I can't find where to modify this through the API. Without the unit string there is no way to tell if this is microns or miles.Formatting can be accessed through the GUIFormatting can be accessed through the GUI

Alternatively, I can find the units property in the HoleTag. Which is odd in that it doesn't use units, but the other columns do.Units can be seen in the HoleTag propertyUnits can be seen in the HoleTag property

I went through the EventWatcher in VBA And wasn't finding any anything.

Is this something that Inventor has decided I'm not allowed to modify? Or am I missing something?