Message 1 of 3
Command Line Queue
Not applicable
07-10-2001
08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a statement
ThisDrawing.SendCommand "-boundary" & vbCr & pt(0) & "," & pt(1) & vbCr
where pt is obtained synchronously from Utility.GetPoint This forces the
boundary command to work synchronously also
It is possible that the point returned by the user causes the boundary
comnmand to return
Valid Hatch Boundary Not Found and hence the boundary command is then issued
asynchronously
Is it possible to trap the return from send command or check the command
line for queued commands
ThisDrawing.SendCommand "-boundary" & vbCr & pt(0) & "," & pt(1) & vbCr
where pt is obtained synchronously from Utility.GetPoint This forces the
boundary command to work synchronously also
It is possible that the point returned by the user causes the boundary
comnmand to return
Valid Hatch Boundary Not Found and hence the boundary command is then issued
asynchronously
Is it possible to trap the return from send command or check the command
line for queued commands