Click or drag to resize

GH_PointReferenceType Method

Retrieve the reference type of this point object.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_PointRefType ReferenceType()

Return Value

Type: GH_PointRefType
The 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