Grasshopper API
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)

public abstract Guid ComponentGuid { get; }
Public MustOverride ReadOnly Property ComponentGuid As Guid Get
Property Value
Type: Guid[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocumentObject.ComponentGuid"]
Implements
IGH_DocumentObjectComponentGuid