Click or drag to resize

GH_PointReferenceIndex Method

Retrieve the index of the point reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int ReferenceIndex()

Return Value

Type: Int32
The index of the reference data. This index describes the sub-object of the reference.
Remarks
If there exists no reference data, -1 is returned.
See Also