To create a block in autocad using c# without prompt and add the objects in that block , which already created in code like line, polyline, Mrext etc

Viewed 16

I have created a template using number of lines, polylines, Mtext, logo etc. While selecting template, each objects showing different instead of a single object. How can I group or block that all object in one object. So that I can able to move, scale that template easily. I have seen some block creation in which insertion point is as per user selection. But I don't want like that, I want to create a block which is in the size of that template in which all objects should included. I am using c# for autocad plug in.

0 Answers
Related