M_Rhino_Geometry_PolylineCurve_Parameter - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a parameter at a specified index in the polyline curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double Parameter(
int index
)
VB
Public Function Parameter (
index As Integer
) As Double
- index
- Type: System.Int32
An index.
Type: Double
A parameter.
Supported in: 6.0.16224.21491