CADability dotNET
Returns the index of the subcurve at the given position. Position must be between 0.0 and this.Length

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public int IndexAtLength(
	double position
)
Visual Basic
Public Function IndexAtLength ( _
	position As Double _
) As Integer
Visual C++
public:
int IndexAtLength(
	double position
)

Parameters

position
Type: System..::..Double
Position for the query

Return Value

Index of the curve

See Also