Click or drag to resize

GH_PointReferenceParam Method (Int32)

Retrieve the indexed param of the point reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public double ReferenceParam(
	int index
)

Parameters

index
Type: SystemInt32
Index of parameter. Only 0 and 1 are valid values.

Return Value

Type: Double
The indexed param of the reference data.
Remarks
If there exists no reference data, NaN is returned.
See Also