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

 

This method calls LinearEnt2d.IntersectWith(LinearEntity2d line, Tolerance tolerance) with tolerance set to Global.

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