GH_Attributes(T).NewInstanceGuid Method (Guid)

GH_AttributesTNewInstanceGuid Method (Guid)

Generate a new instance GUID for the owner object. Do not use this overload unless you're > 1.95m and called David.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void NewInstanceGuid(
	Guid newId
)
Public Sub NewInstanceGuid ( 
	newId As Guid
)

Parameters

newId
Type: SystemGuid

Implements

IGH_AttributesNewInstanceGuid(Guid)
See Also