GH_PointReferenceType Method (GH_PointRefType) |
Sets the type of the point reference data.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void ReferenceType(
GH_PointRefType new_type
)
Public Sub ReferenceType (
new_type As GH_PointRefType
)
Parameters
- new_type
- Type: Grasshopper.Kernel.TypesGH_PointRefType
The new type, if type = Coordinate or Unset, then the Reference data will be erased.
RemarksIf there is no reference data, this function will create a new instance.
See Also