ViewScheduleExport Method

Exports the schedule data to a text file.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void Export(
	string folder,
	string name,
	ViewScheduleExportOptions options
)

Parameters

folder  String
Path to the location where the file will be saved.
name  String
Name of file.
options  ViewScheduleExportOptions
Options that relate to schedule export.
Exceptions
ExceptionCondition
ArgumentException NullOrEmpty -or- Contains invalid characters.
ArgumentNullException A non-optional argument was null
FileAccessException The path indicated could not be accessed.
InvalidPathArgumentException The folder does not exist.
See Also