GH_PointReferenceType Method |
Retrieve the reference type of this point object.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_PointRefType ReferenceType()
Public Function ReferenceType As GH_PointRefType
Return Value
Type:
GH_PointRefTypeThe reference type as specified by the Reference Data.
If there is no reference data, either Unset or Coordinate is returned depending on
whether m_Point is a null reference.
See Also