Insert annotative block

Insert annotative block

Anonymous
Not applicable
461 Views
1 Reply
Message 1 of 2

Insert annotative block

Anonymous
Not applicable
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))
0 Likes
462 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Look at this post
http://through-the-interface.typepad.com/through_the_interface/2007/05/using_a_jig_fro_1.html
Maybe it will help you. There are much more posts there but i think this is
the one for you.
0 Likes