Circle.ClosestPointTo Method

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

Parameters

pt
Point3D

t
double

Implements

ICurve.ClosestPointTo

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition