
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Day,
I'm crafting a csharp programme through visual studio to calculate invert levels in autocad and insert a block with that level automatically added. Then repeat the calcs and insertion at any point the user clicks on until the programme is cancelled.
The calculations are complete but I'm having problems inserting the block. I'm trying to pull the block (Level_Arrow) from another drawing (C:\Test.dwg) to be placed at the target point (ptInsert) with block scale (drgScale), rotation 0 and (ptDisp) as first attribute, " " as second attribute (or nothing).
Is there a simple and easy way of doing this?
Please note, I have experience with Lisp but little experience with Csharp. If your answer could be simple and well explained I would be grateful.
Thank you,
Solved! Go to Solution.