Click or drag to resize

GH_PointReferenceType Method (GH_PointRefType)

Sets the type of the point reference data.

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

Parameters

new_type
Type: Grasshopper.Kernel.TypesGH_PointRefType
The new type, if type = Coordinate or Unset, then the Reference data will be erased.
Remarks
If there is no reference data, this function will create a new instance.
See Also