Message 1 of 3
Reading prompted values in sketched symbols

Not applicable
06-12-2007
11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Inventor 11 and previous, I wrote a macro that read existing values from prompted text fields in sketched symbols. I was able to get to the text string through the following sequence:
oDrawingDoc.Sheets.Item(1).SketchedSymbols.Item(CountIndex1).Definition.Sketch.TextBoxes.Item(6).Text
In Inventor 2008 this sequence gives the label of the prompted entry and I can find no way to read the entered text. Any ideas?
oDrawingDoc.Sheets.Item(1).SketchedSymbols.Item(CountIndex1).Definition.Sketch.TextBoxes.Item(6).Text
In Inventor 2008 this sequence gives the label of the prompted entry and I can find no way to read the entered text. Any ideas?