Click or drag to resize

DocumentOpenEventArgs Class

Provides document information for RhinoDoc events.
Inheritance Hierarchy

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class DocumentOpenEventArgs : 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 Obsolete.
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also