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

    .NET

    Reply
    Mentor
    Posts: 219
    Registered: ‎03-11-2008
    Accepted Solution

    insert block with different name

    162 Views, 1 Replies
    05-03-2011 12:51 AM

    Hello,

    is there a way to insert a block in the drawing, but with a different name, so it can be edited separately?

     

    I have block A in the drawing and i want to insert it again, but then edit it while the ones already inserted stay unchanged. So i would need it to be inserted as A_1. Is it possible at all?

    Please use plain text.
    Mentor
    Posts: 219
    Registered: ‎03-11-2008

    Re: insert block with different name

    05-03-2011 01:14 AM in reply to: matus.brlit

    ok, i solved it, it was actually easier than i thought

     

    all you have to do is change the BlockTableRecord.Name after you insert it in the database

    Please use plain text.