How to set linetypescale in a new layer?
How to set linetypescale in a new layer?
(OP)
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?





RE: How to set linetypescale in a new layer?
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: How to set linetypescale in a new layer?
Hope this helps,
John