Twullf
Mechanical
- Jan 24, 2012
- 196
I am trying to use the CreateNote Declaration:
Public Sub CreateNote ( _
num_lines_text As Integer, _
<OutAttribute> text_string As String(), _
origin_3d As Double(), _
orientation As Integer, _
<OutAttribute> ByRef note_tag As Tag _
)
My code looks like this?
but the note is coming in at 0 degrees not ninety. I can not seem to find the problem.
Any help would be incredibly useful. Thanks.
Public Sub CreateNote ( _
num_lines_text As Integer, _
<OutAttribute> text_string As String(), _
origin_3d As Double(), _
orientation As Integer, _
<OutAttribute> ByRef note_tag As Tag _
)
My code looks like this?
Code:
ufs.Drf.CreateNote( 1, LamNote, ptVertNote, 90, theNote )
but the note is coming in at 0 degrees not ninety. I can not seem to find the problem.
Any help would be incredibly useful. Thanks.