Click or drag to resize

GH_InstanceDescription.NewInstanceGuid 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: System.Guid

Implements

IGH_InstanceDescription.NewInstanceGuid(Guid)
See Also