2022 Class
Changes 0
C

ViewScheduleExportOptions

Description:
The export options used to export schedule views.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ViewScheduleExportOptions
public class ViewScheduleExportOptions : IDisposable
Name Return Type Description
C ViewScheduleExportOptions() None Constructs a new instance of the ViewScheduleExportOptions class
C ViewScheduleExportOptions(ViewScheduleExportOptions) None Constructs a new copy of the input ViewScheduleExportOptions object.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P ColumnHeaders ExportColumnHeaders How to export column headers. Default is MultipleRows.
P FieldDelimiter string How to delimit fields. Default is Tab.
P HeadersFootersBlanks bool Whether to export group headers, footers, and blank lines. Default is true.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P TextQualifier ExportTextQualifier How to qualify text fields. Default is DoubleQuote.
P Title bool Whether or not to export the schedule title. Default is true.