LinearPath.IntersectWith Method

Public Function IntersectWith( _ 
ByVal C2 As ICurve
) As Point3D() Implements _ 
ICurve.IntersectWith
This language is not supported or no code example is available.
public Point3D[] IntersectWith( 
ICurve C2 
)
This language is not supported or no code example is available.

Parameters

C2
ICurve

Return Value

Point3D[]

Implements

ICurve.IntersectWith

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition