M_Rhino_Geometry_PolylineCurve_SetParameter - mcneel/rhinocommon-api-docs GitHub Wiki
Sets a parameter at a specified index in the polyline curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void SetParameter(
int index,
double parameter
)
VB
Public Sub SetParameter (
index As Integer,
parameter As Double
)
- index
- Type: System.Int32
An index. - parameter
- Type: System.Double
A parameter to set.
Supported in: 6.0.16224.21491