Message 1 of 2
Correct syntax for SendCommand

Not applicable
12-23-2006
12:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.....and merry christmas!
A little problem: what is the correct syntax for this?
plineObj is a my polyline
R is the ray
ThisDrawing.SendCommand "_fillet" & vbCr & "_r" & vbCr & R & vbCr & "_P" &
vbCr & plineObj
in other words what is the correct syntax of "SendCommand" command for let
me input a entity?
Thanks
A little problem: what is the correct syntax for this?
plineObj is a my polyline
R is the ray
ThisDrawing.SendCommand "_fillet" & vbCr & "_r" & vbCr & R & vbCr & "_P" &
vbCr & plineObj
in other words what is the correct syntax of "SendCommand" command for let
me input a entity?
Thanks