Autodesk.AutoCAD.Geometry Namespace > LinearEntity2d Class > LinearEntity2d Methods > IntersectWith Method > IntersectWith(LinearEntity2d, Tolerance) Method
LinearEntity2d.IntersectWith(LinearEntity2d, Tolerance) Method
Description

 

Determines if two lines intersect and if so returns their intersection point.

Visual Basic
Public Function IntersectWith(
    line As LinearEntity2d, 
    tolerance As Tolerance
) As Point2d()
C#
public Point2d\[\] IntersectWith(
    LinearEntity2d line, 
    Tolerance tolerance
);
Parameters
Parameters 
Description 
LinearEntity2d line 
Input any 2D linear entity 
Tolerance tolerance 
Input tolerance value 
Links
   Comments?