GH_PointReferenceParam Method (Int32) |
Retrieve the indexed param of the point reference data.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic double ReferenceParam(
int index
)
Public Function ReferenceParam (
index As Integer
) As Double
Parameters
- index
- Type: SystemInt32
Index of parameter. Only 0 and 1 are valid values.
Return Value
Type:
DoubleThe indexed param of the reference data.
RemarksIf there exists no reference data, NaN is returned.
See Also