PolylineCurveParameter Method |
Gets a parameter at a specified index in the polyline curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic double Parameter(
int index
)
Public Function Parameter (
index As Integer
) As Double
Parameters
- index
- Type: SystemInt32
An index.
Return Value
Type:
DoubleA parameter.
Version InformationRhino for Windows
Supported in: 6.8
See Also