GH_UserObject.Guid Property

GH_UserObjectGuid Property

Gets or sets the Guid of this User Object. The Guid is created anew during construction and is not stored in the User Object File. You should never have to set this field.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Guid Guid { get; set; }
Public Property Guid As Guid
	Get
	Set

Property Value

Type: Guid

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_UserObject.Guid"]

See Also