Reply to Message

View discussion in a popup

Replying to:
_gile
in reply to: nam_h_tran

Sometimes, it is much more simple to call the native command.

var doc = Application.DocumentManager.MdiActiveDocument;

if (doc.Database.LayerStateManager.HasLayerState("_LAYISO_STATE"))
    doc.Editor.Command("_LAYUNISO");


Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub