Message 1 of 1
Unstable sendcommand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Got one problem with stability of sendcommand in vba
ThisDrawing.SendCommand "DimAdd" & vbCr & DimIsertPt & vbCr & DimIsertPt2 & vbCr & Chr(10) & "R" & vbCr & rotat & vbCr & DimIsertPt & vbCr
where
rotat - angle in degrees
DimIsertPt , DimIsertPt2 is double array of points coordinates
it should works like on picture...starts "dimadd" coomand in ACA and then add selecion frame in modelspace some times it works ( it asks to specify opposite cornenr)....but some times it not.( just like selection of objects in current coordinates)
How to forse to use selection frame permanently ????
is it any commandes for that?