Message 1 of 3
Lineweights in Version14?

Not applicable
05-08-2000
08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been writing some vba scripts in AutoCAD2000. In particular creating
blocks composed of polylines. I change the lineweight of some of these
polylines and set the LWDISPLAY variable in order to see them.
I use
blockObj.Item(0).Lineweight =acLnWt005
blockObj.Item(1).Lineweight =acLnWt090
etc
I would like to use to be able to produce the same results in AutoCAD14 but
have failed to draw polylines with particular lineweights. Also, there does
not appear to be a LWDISPLAY variable.
Is this possible in AutoCAD14?
Any help greatly appreciated
Claire
blocks composed of polylines. I change the lineweight of some of these
polylines and set the LWDISPLAY variable in order to see them.
I use
blockObj.Item(0).Lineweight =acLnWt005
blockObj.Item(1).Lineweight =acLnWt090
etc
I would like to use to be able to produce the same results in AutoCAD14 but
have failed to draw polylines with particular lineweights. Also, there does
not appear to be a LWDISPLAY variable.
Is this possible in AutoCAD14?
Any help greatly appreciated
Claire