CreateIntersectionPoints
The CreateIntersectionPoints method creates points where the selected objects intersect.
Syntax
object. CreateIntersectionPoints( )
Remarks
To select objects in a base layer, use the StartEditing method on the base layer Shapes collection.
Example
This example demonstrates how to create intersection points.
Selection.CreateIntersectionPoints()
Used by: Selection Collection