Worksession.RuntimeSerialNumber Property

WorksessionRuntimeSerialNumber Property

Unique serial number for the worksession while the application is running. This is not a persistent value.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.3
Syntax
public uint RuntimeSerialNumber { get; }
Public ReadOnly Property RuntimeSerialNumber As UInteger
	Get

Property Value

Type: UInt32
See Also