PDA

View Full Version : Insert a Block and make it Annotative



Coach_Hunter
2007-06-26, 12:34 PM
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))