DocumentOpenEventArgs Class

DocumentOpenEventArgs Class

Provides document information for RhinoDoc events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RhinoDocumentEventArgs
      RhinoDocumentOpenEventArgs

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class DocumentOpenEventArgs : DocumentEventArgs
Public Class DocumentOpenEventArgs
	Inherits DocumentEventArgs

The DocumentOpenEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document for this event. This field might be null.
(Inherited from DocumentEventArgs.)
Public propertyDocumentId
Gets the document Id of the document for this event.
(Inherited from DocumentEventArgs.)
Public propertyDocumentSerialNumber
Gets the uniques document serial number for this event
(Inherited from DocumentEventArgs.)
Public propertyFileName
Name of file being opened.
Public propertyMerge
true if file is being merged into the current document. This occurs during the "Import" command.
Public propertyReference
true if file is opened as a reference file.
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