LinearPath.Project Method

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

Parameters

point
Point3D

t
double

Return Value

bool

Implements

ICurve.Project

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition