Message 1 of 15
Pause Symbol
Not applicable
02-21-2000
08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
From the Visual Basic help files of VB Design
http://vbdesign.hypermart.net/cadpages/
Hi Tom,
Without seeing the code you have so far, I offer you this:
ThisDrawing.Utility.GetAngle
This will allow the user to enter a number at the command line or pick on
the screen (and it will "pause" code execution until it gets the value)
Randall Rath
VB Design
http://vbdesign.hypermart.net/cadpages/
Hi Tom,
Without seeing the code you have so far, I offer you this:
ThisDrawing.Utility.GetAngle
This will allow the user to enter a number at the command line or pick on
the screen (and it will "pause" code execution until it gets the value)
Randall Rath
VB Design