LinearPath.GetParamFromLength (Double, Double) Method

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

Parameters

length
double

t
double

Return Value

bool

Implements

ICurve.GetParamFromLength

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition