ICurve.Project Method

Returns the parameter of the closest perpendicular projection of the given 3D point on the curve. If there aren't projections inside the curve, we look for projections on the extensions of the curve. If no projections are found, we return the parameter of the StartPoint and false.
Function Project( _ 
ByVal point As Point3D, _ 
ByRef t As Double
) As Boolean
This language is not supported or no code example is available.
bool Project( 
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

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition