Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to merge some layers in a drawing, so I can write a .NET program to first move all objects from one layer to another and then delete the first layer. But I'm not sure if this is the right way to approach this.
In the layer properties manager in AutoCAD there is a command 'Merge selected layer(s) to...'. This command does exactly what I need without me thinking about all the possible checks that need to be performed to avoid crashing AutoCAD.
I already tried to find some merge property of the layertablerecord or something in the layertable, but I can't find anything usefull.
Is it possible to use this command using VB.NET?
Solved! Go to Solution.