| Article | 70002764 |
| Type | Wish |
| Product | Engine |
| Date Added | 9/25/2025 12:00:00 AM |
| Fixed | 11.4.21 (9/25/2025 12:00:00 AM) |
| Submitted by | Peter Chanios |
Summary
I want to calculate the self Intersecting points of a polyline
Solution
In version 11.4.21 we added a new method to the polyline object like below
summary: Calculate and return the self intersection points if they exist.
returns: Null if there are no selfintersection points or a gPoints collection containing the selfintersection points of the polyline.
public gPoints SelfIntersectPoints()
