DocumentSaveEventArgs Class

DocumentSaveEventArgs Class

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

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

The DocumentSaveEventArgs 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 propertyExportSelected
true if only selected objects are being written to a file.
Public propertyFileName
Name of file being written.
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