Hi Erick, welcome to CADTutor.
Here is a start for you to test out and also you can use the command call "-insert" as well if you find the vla-* functions hard to deal with at the mean time.
Code:(vla-insertblock (vla-get-modelspace (vla-get-activedocument (vlax-get-acad-object))) (vlax-3d-point '(0. 0. 0.)) "C:\\Users\\Tharwat\\Desktop\\Drawing1.dwg" ;; Replace this path of drawing with yours 0.5 0.5 1.0 0.)
Bookmarks