Message 1 of 3
How to Hide/Unhide Specific Polylines Without Turning Off the Layer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a plugin using C#. One of my users sent me a DWG file where some polylines are hidden, but the layer is still on. He didn’t hide them intentionally.
I tried using the HIDEOBJECTS command, but the hidden polylines become visible again after closing and reopening the file.
Is there a command or method in AutoCAD to hide or unhide individual polylines, without turning off the layer ?
Any suggestions or guidance would be greatly appreciated.