LinearPath.GetLengthFromParam Method

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

Parameters

t
double

length
double

Return Value

bool

Implements

ICurve.GetLengthFromParam

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition