M_Rhino_Geometry_PolylineCurve_Parameter - mcneel/rhinocommon-api-docs GitHub Wiki

PolylineCurve.Parameter Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double Parameter(
	int index
)

VB

Public Function Parameter ( 
	index As Integer
) As Double

Parameters

 

index
Type: System.Int32
An index.

Return Value

Type: Double
A parameter.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

PolylineCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️