Click or drag to resize

GH_DocumentObjectComponentGuid Property

Returns a consistent ID for this object type. Every object must supply a unique and unchanging ID that is used to identify objects of the same type.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public abstract Guid ComponentGuid { get; }

Property Value

Type: Guid

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocumentObject.ComponentGuid"]

Implements

IGH_DocumentObjectComponentGuid
See Also