Message 1 of 2
Sendcommand method for inserting block

Not applicable
05-12-2021
04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have got a command line to insert block through VBA which pause and asks insertionpoint of block.
It automatically gives scale to 1 and rotation to 0. I want rotation to be default e.g. whichever is suggested.
My command is...
ThisDrawing.SendCommand ("(Command ""-Insert"" """ & "NISH-SWITCHBOARD" & """ pause ""1"" ""1"" ""0"")" & vbCr)
I dont know how to replace 0 with <enter> or < space>
Any help is appreciated.