BreakAtIntersections

The BreakAtIntersections method breaks selected polyline or polylines at intersections with the other selected objects.

Syntax

object. BreakAtIntersections()

Remarks

When a polyline intersects another polyline, both lines will break at the intersection.

To select objects in a base layer, use the StartEditing method on the base layer Shapes collection.

Example

This example demonstrates how to break the selected polyline at intersections.

Selection.BreakAtIntersections()

Used by: Selection Collection