.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Nate Hunter
Insert annotative block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
120 Views, 1 Replies
06-26-2007 05:26 AM
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))
Re: Insert annotative block
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-27-2007 08:55 AM in reply to:
*Nate Hunter
Look at this post
http://through-the-interface.typepad.com/through_t he_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.
http://through-the-interface.typepad.com/through_t
Maybe it will help you. There are much more posts there but i think this is
the one for you.

