Message 1 of 2
Help on Jig - Result angle is by mouse or keyboard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am using jig to get orientation angle of a block reference by below steps.
Dim rot As RotateBlockJig = New RotateBlockJig(br, ucsRot)
Autodesk.AutoCAD.Internal.Utils.SetFocusToDwgView()
Dim pr As PromptResult = ed.Drag(rot)Is there is anyway or idea to find whether the return angle value is by
i) 'mouse click on drawing area'
or
ii) 'keyboard entry on command prompt'?
Many thanks for reading.
Thanks & Regards,
G
G