RhinoCommon API
ObjRefRuntimeSerialNumber Property |
If > 0, then this is the value of a Rhino object's serial number field.
The serial number is used instead of the pointer to prevent crashes in
cases when the RhinoObject is deleted but an ObjRef continues to reference
the Rhino object. The value of RuntimeSerialNumber is not saved in archives
because it generally changes if you save and reload an archive.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public uint RuntimeSerialNumber { get; }
Public ReadOnly Property RuntimeSerialNumber As UInteger Get
Property Value
Type: UInt32