PrasadUddanti Posted April 5, 2016 Posted April 5, 2016 Hi i am using Autocad 2014 API facing some issues in autocad 2014 API. while assign Freeze property is false on first layer through coding i am getting error message invalid layer.Please help on that. Please see the below VB.Net code For Each objLayer As Autodesk.AutoCAD.Interop.Common.AcadLayer In Acad.ActiveDocument.Layers objLayer.LayerOn = True objLayer.Freeze = False Next objLayer Quote
Hippe013 Posted April 15, 2016 Posted April 15, 2016 Maybe because the current Layer cannot be frozen... Taking a shot in the dark here. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.