ViewExportedEventArgs Class


The event arguments used by the ViewExported event.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since: 2018

Syntax

C#
public class ViewExportedEventArgs : RevitAPIPostDocEventArgs
Visual Basic
Public Class ViewExportedEventArgs _
	Inherits RevitAPIPostDocEventArgs
Visual C++
public ref class ViewExportedEventArgs : public RevitAPIPostDocEventArgs

Inheritance Hierarchy

See Also