GH_DocumentRuntimeID Property |
Gets the runtime ID of this document. RuntimeID is assigned once and never changed.
It is also not deserialized so every document will always have a unique ID when loaded.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public ulong RuntimeID { get; }
Public ReadOnly Property RuntimeID As ULong
Get
Property Value
Type:
UInt64[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.RuntimeID"]
See Also