Message 1 of 5

Not applicable
02-22-2018
08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Where is the documentation on how to connect to autocad from an exe in vb.net?
The ObjectARX is not appropriate, and the standard VBA code doesn't works.
I had spent hours trying to find how to replace "ThisDrawing" (=autocad drawing on VBA) on a VB.NET project to create a new layer.
I cannot find the VB.NET way of doing ThisDrawing.Layers.Add(layerName)
Solved! Go to Solution.