Overload List
Name | Description | |
---|---|---|
Intersects(FeaturePolygon, FeaturePolygon) |
Determines if the polyline intersects the other polyline.
| |
Intersects(FeaturePolygon, FeaturePolyline) |
Determines if the polygon intersects the polyline.
| |
Intersects(FeaturePolyline, FeaturePolygon) |
Determines if the polyline intersects the polygon.
| |
Intersects(FeaturePolyline, FeaturePolyline) |
Determines if the polyline intersects the other polyline.
| |
Intersects(Polygon, Polygon) |
Determines if the polygon intersects the other polygon.
| |
Intersects(Polygon, Polyline) |
Determines if the polygon intersects the polyline.
| |
Intersects(Polyline, Polygon) |
Determines if the polyline intersects the polygon.
| |
Intersects(Polyline, Polyline) |
Determines if the polyline intersects the other polyline.
|
See Also