roust
Mechanical
- Apr 10, 2002
- 6
I use VB for AutoCAD.
I wanna create a new layer,and set its color, linetype, linetypescale.
Now I can create create a new layer, and load a linetype and color for it. use code below:
newlayer.color=5
newlayer.linetype="center"
But how can i set linetypescale for all object on this layer?
I wanna create a new layer,and set its color, linetype, linetypescale.
Now I can create create a new layer, and load a linetype and color for it. use code below:
newlayer.color=5
newlayer.linetype="center"
But how can i set linetypescale for all object on this layer?