Message 1 of 3
intersectwith question
Not applicable
05-29-2000
11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using intersectwith to check polylines for intersections. The command
outputs an array of intersection coordinates. I want to test if the two
items intersect or not but the following causes a type mismatch error:
dim retval as variant
retval = ssetObj.Item(c).IntersectWith(ssetObj.Item(d), acExtendNone)
If retval <> Null Then **Type mismatch
I tried Empty as well with the same result. If anyone has an answer TIA.
--
Scott Nelson
Technical Director
Scenery Plastics Inc.
www.sceneryplastics.com
outputs an array of intersection coordinates. I want to test if the two
items intersect or not but the following causes a type mismatch error:
dim retval as variant
retval = ssetObj.Item(c).IntersectWith(ssetObj.Item(d), acExtendNone)
If retval <> Null Then **Type mismatch
I tried Empty as well with the same result. If anyone has an answer TIA.
--
Scott Nelson
Technical Director
Scenery Plastics Inc.
www.sceneryplastics.com