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