TheSwamp

Code Red => VB(A) => Topic started by: Humbertogo on August 28, 2006, 02:25:28 AM

Title: Finding intersections
Post by: Humbertogo on August 28, 2006, 02:25:28 AM
How Finding intersections between two entities
For Example
 LEADER and a CIRCLE kind of balloon
 LEADER and a Block
Title: Re: Finding intersections
Post by: MickD on August 28, 2006, 02:28:31 AM
Have a look at "intersection" in the vba ref' doc's, in particular 'intersectWith' function. I think there is just the example you're looking for ;)
Title: Re: Finding intersections
Post by: Humbertogo on August 28, 2006, 04:33:02 AM
thanks for the information