Message 1 of 2
Text on IPT Part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the following function in a Inventor vba module, but I cannot get it to work. What is wrong?
CAN ANYBODY HELP??
Public Function GetPartText(Doc As PartDocument, sketch As PlanarSketch, ProcType As Integer) As Boolean
Dim tb As Textbox
For Each tb In tb.Text
MsgBox (tb.Text)
MsgBox (tb.Rotation)
MsgBox (tb.Style.FontSize)
MsgBox (tb.Origin.x / 2.54)
Next
End Function
Many thanks in advance!