roust
Mechanical
- Apr 10, 2002
- 6
I want to add a new layer in autocad, use code below,
set newlayer=AcadObj.ActiveDocument.Modelspace.layers.Add("Center")
but it cant be work. why? how to do it?
set newlayer=AcadObj.ActiveDocument.Modelspace.layers.Add("Center")
but it cant be work. why? how to do it?