Click or drag to resize

PolylineCurveParameter Method

Gets a parameter at a specified index in the polyline curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public double Parameter(
	int index
)

Parameters

index
Type: SystemInt32
An index.

Return Value

Type: Double
A parameter.
See Also