ICurve.ClosestPointTo Method

Returns the parameter of the point on curve that is closest to given 3D point.
Sub ClosestPointTo( _ 
ByVal point As Point3D, _ 
ByRef t As Double
)
This language is not supported or no code example is available.
void ClosestPointTo( 
Point3D point
out double t 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

The 3D test point

t
double

The curve parameter

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition