How to extract Dimension Texts from a CREO drawing using VB API?
Iam able to extract text from symbols and detail notes by getting a handle of notes/symbol using the following code,
modelitems = detailItemOwner.ListDetailItems(EpfcDetailType.EpfcDETAIL_NOTE, 1)
Now i need to extract Dimension Texts from a drawing.
the modeItems that are returning from the above code does not contain dimension texts
Any idea on how to extract those informations?


