LinearPath.ClosestPointTo Method

Public Sub ClosestPointTo( _ 
ByVal point As Point3D, _ 
ByRef t As Double
) Implements _ 
ICurve.ClosestPointTo
This language is not supported or no code example is available.
public void ClosestPointTo( 
Point3D point
out double t 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

t
double

Implements

ICurve.ClosestPointTo

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition