Click or drag to resize

GH_CustomEventServerGuidTable Property

Gets direct access to the internal guid table. The table contains pairs of object Ids and runtime serial numbers.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public SortedDictionary<Guid, uint> GuidTable { get; }

Property Value

Type: SortedDictionaryGuid, UInt32

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_CustomEventServer.GuidTable"]

See Also