GH_PointReferenceIndex Method |
Retrieve the index of the point reference data.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic int ReferenceIndex()
Public Function ReferenceIndex As Integer
Return Value
Type:
Int32The index of the reference data. This index describes the sub-object of the reference.
RemarksIf there exists no reference data, -1 is returned.
See Also