Message 1 of 2
Insert annotative block

Not applicable
06-26-2007
05:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am tyring to insert a block and make it annotative. Below is what I am
using. ssSymInsertPnt is the insertion point of the block, strTag is the
block path and name, ssRotate is the rotation of the block. For whatever
reason when I insert using this method the block does not become annotative.
When I manually insert the block using AutoCAD's insert command the block is
annotative. Any Ideas what I am doing wrong.
InsertBlk = ThisDrawing.ModelSpace.InsertBlock(ssSymInsertPnt, strTag,
96.0#, 96.0#, 96.0#, CDbl(ssRotate))
using. ssSymInsertPnt is the insertion point of the block, strTag is the
block path and name, ssRotate is the rotation of the block. For whatever
reason when I insert using this method the block does not become annotative.
When I manually insert the block using AutoCAD's insert command the block is
annotative. Any Ideas what I am doing wrong.
InsertBlk = ThisDrawing.ModelSpace.InsertBlock(ssSymInsertPnt, strTag,
96.0#, 96.0#, 96.0#, CDbl(ssRotate))