ICurve.GetLengthFromParam Method

Given the parameter along the curve, finds the the length of the subcurve at that parameter.
Function GetLengthFromParam( _ 
ByVal t As Double, _ 
ByRef length As Double
) As Boolean
This language is not supported or no code example is available.
bool GetLengthFromParam( 
double t
out double length 
)
This language is not supported or no code example is available.

Parameters

t
double

Parameter value

length
double

Length along the curve

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