ViewScheduleExportOptions Class


The export options used to export schedule views.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013

Syntax

C#
public class ViewScheduleExportOptions : IDisposable
Visual Basic
Public Class ViewScheduleExportOptions _
	Implements IDisposable
Visual C++
public ref class ViewScheduleExportOptions : IDisposable

Inheritance Hierarchy

SystemObject
  Autodesk.Revit.DBViewScheduleExportOptions

See Also