ICurve.GetParamFromLength (Double, Double, out Double) Method

Given the length along the curve, finds the parameter value that corresponds to it.
Function GetParamFromLength( _ 
ByVal length As Double, _ 
ByVal curveLength As Double, _ 
ByRef t As Double
) As Boolean
This language is not supported or no code example is available.
bool GetParamFromLength( 
double length
double curveLength
out double t 
)
This language is not supported or no code example is available.

Parameters

length
double

Length along the curve

curveLength
double

Length of the whole curve

t
double

Parameter value

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition