Eyeshot 10 WinForms API Reference
GetLengthFromParam Method (ICurve)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface : GetLengthFromParam Method
Parameter value
Length along the curve
Given the parameter along the curve, finds the the length of the subcurve at that parameter.
Syntax
'Declaration
 
Function GetLengthFromParam( _
   ByVal t As Double, _
   ByRef length As Double _
) As Boolean
bool GetLengthFromParam( 
   double t,
   out double length
)

Parameters

t
Parameter value
length
Length along the curve

Return Value

True if the operation is successful, false otherwise.
See Also

Reference

ICurve Interface
ICurve Members