Message 1 of 2
Intersectwith acExtendNone Acad 2017

Not applicable
11-16-2017
03:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a serious problem with a program The program was create in VBA, and the has been converted to VB.NET for ACAD 2017. Let me explain the problem: The function IntersectWith in VBA contains the option acExtendNone, but on VB.NET the option doesn't exist. This option specifies if none, one or both, of the objects are to be extended in order to attempt an intersection. acExtendNone: Does not extend either object. The problem it's that I can't detect the intersection between text and polyline, or the function doesn't works. The options are: Intersect.ExtendArgument Intersect.ExtendBoth Intersect.ExtendThis Intersect.OnBothOperands ¿What is the equivalent to acExtendNone? Best Regards, Zeus Paez