• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    *Nate Hunter

    Insert annotative block

    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))
    Please use plain text.
    Distinguished Contributor
    Posts: 172
    Registered: ‎11-19-2003

    Re: Insert annotative block

    06-27-2007 08:55 AM in reply to: *Nate Hunter
    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.
    Please use plain text.