RhinoDocObserverArgs Class

RhinoDocObserverArgs Class

Arguments passed to IRhinoDocObserver methods.
Inheritance Hierarchy
SystemObject
  RhinoRhinoDocObserverArgs

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class RhinoDocObserverArgs
Public Class RhinoDocObserverArgs

The RhinoDocObserverArgs type exposes the following members.

Constructors
  NameDescription
Public methodRhinoDocObserverArgs
Initializes a new instance of the RhinoDocObserverArgs class
Top
Properties
  NameDescription
Public propertyDoc
Document
Public propertyRuntimeSerialNumber
Document runtime serial number, will be different across Rhino sessions.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also