I've been working on a project in Inventor 2019 where I need to extract the text of drawing dimensions & hole notes. Before I get into asking specific questions about what appear to be API inconsistencies or limitations I'll ask the following:
Is there an API that I might be unaware of that will return a consistently formatted version of the entire text of a dimension/hole note as seen on the screen in the Inventor drawing? Something that does not require building the text I want from many sources in the API? i.e. ModelValue, Text.FormattedText, Text.Text, FormattedHoleThreadNote, Precision, Tolerance etc...
Any help would be greatly appreciated!