Click or drag to resize

PolylineCurveSetParameter Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetParameter(
	int index,
	double parameter
)

Parameters

index
Type: SystemInt32
An index.
parameter
Type: SystemDouble
A parameter to set.
See Also