GH_Convert.ToGUID_Secondary Method

GH_ConvertToGUID_Secondary Method

Performs indirect casts from other data types into Guids.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static bool ToGUID_Secondary(
	Object data,
	ref Guid destination
)
Public Shared Function ToGUID_Secondary ( 
	data As Object,
	ByRef destination As Guid
) As Boolean

Parameters

data
Type: SystemObject
Data to convert.
destination
Type: SystemGuid
Target for value assignment.

Return Value

Type: Boolean
True on success, false on failure.
See Also