Point.Project Method

Public Function Project( _ 
ByVal point As Point3D, _ 
ByRef t As Double
) As Boolean
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

.NET Framework

Supported in: 4.8

In this article

Definition