Message 1 of 4
offset Lines

Not applicable
12-08-2003
06:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Two Questions:
Q1.
I want to get the start and End Points of a line that i have offset by
using
offsetObj = oLine.offset(0.25)
I am using :
Dim offsetSP As Variant
Set offsetSP = offsetObj(0).startPoint(0)
But it gives error 451, Can someone tell me please what is the problem with
this one.
Q2:
How can we make multiple offsets to a line as this doesnt work
offsetObj = oline.offset(.25,.5,1)
TYI
irfan
Q1.
I want to get the start and End Points of a line that i have offset by
using
offsetObj = oLine.offset(0.25)
I am using :
Dim offsetSP As Variant
Set offsetSP = offsetObj(0).startPoint(0)
But it gives error 451, Can someone tell me please what is the problem with
this one.
Q2:
How can we make multiple offsets to a line as this doesnt work
offsetObj = oline.offset(.25,.5,1)
TYI
irfan