Is there a way to trim or break in VBA?

Is there a way to trim or break in VBA?

Anonymous
Not applicable
227 Views
1 Reply
Message 1 of 2

Is there a way to trim or break in VBA?

Anonymous
Not applicable
I am trying to trim a line using VBA but I have not found a way to do this.
I know it is possible in Autolisp. Also is there a way to extend a line
too?
0 Likes
228 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Bill,

You can use the "IntersectWith" method to find the point on the object you
wish to trim. Once you know that you can modify the Line's endpoint.

Trevor Taylor
0 Likes