Message 1 of 1
Preview while inserting block
Not applicable
03-10-2003
01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When inserting a block at the command prompt, you can tell AutoCAD to
Preview Scale and the Preview Rotation before selecting the insertion point.
This allows the user to see the approximate size and shape of the block
before commiting to the insertion point.
Is there a way to do this in VBA? When I use the InsertBlock method, I don't
find this capability. And when I send commands to the command line (using
SendCommand), I don't see the preview. Am I just missing something or is
this just not possible in VBA?
Preview Scale and the Preview Rotation before selecting the insertion point.
This allows the user to see the approximate size and shape of the block
before commiting to the insertion point.
Is there a way to do this in VBA? When I use the InsertBlock method, I don't
find this capability. And when I send commands to the command line (using
SendCommand), I don't see the preview. Am I just missing something or is
this just not possible in VBA?