Circle.ClosestPointTo Method

Public Overridable Sub ClosestPointTo( _ 
ByVal pt As Point3D, _ 
ByRef t As Double
)
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

.NET Framework

Supported in: 4.8

In this article

Definition