Message 1 of 2
PolyLine LineWeight

Not applicable
04-02-2007
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to change the thickness of a lightweighPolyLine programmatically with VBA. I am using the following code:
oPline.Lineweight = acLnWt005
Where "oPline" is the polyline object. When I run this, the lineweight doesn't change at all. Is there some other factor involved here that I'm not aware of? Any help would be greatly appreciated.
Thanks
I am trying to change the thickness of a lightweighPolyLine programmatically with VBA. I am using the following code:
oPline.Lineweight = acLnWt005
Where "oPline" is the polyline object. When I run this, the lineweight doesn't change at all. Is there some other factor involved here that I'm not aware of? Any help would be greatly appreciated.
Thanks