Grasshopper API
GH_ConvertToGUID Method |
Convert data into Guids.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToGUID( Object data, out Guid destination, GH_Conversion conversion_level )
Public Shared Function ToGUID ( data As Object, <OutAttribute> ByRef destination As Guid, conversion_level As GH_Conversion ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - destination
- Type: SystemGuid
- conversion_level
- Type: Grasshopper.KernelGH_Conversion
Level of conversion.
Return Value
Type: Boolean