Click or drag to resize

GH_InstanceDescriptionNewInstanceGuid Method (Guid)

Set the instance ID to be a specific GUID. This is very dangerous, only use this function if you're 6"4' and your first name is David.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void NewInstanceGuid(
	Guid UUID
)

Parameters

UUID
Type: SystemGuid

Implements

IGH_InstanceDescriptionNewInstanceGuid(Guid)
See Also