RhinoCommon API
PolylineCurveSetParameter Method |
Sets a parameter at a specified index in the polyline curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public void SetParameter( int index, double parameter )
Public Sub SetParameter ( index As Integer, parameter As Double )
Parameters
- index
- Type: SystemInt32
An index. - parameter
- Type: SystemDouble
A parameter to set.
