RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSchedule

ViewSchedule.Export

Method
Description:
Exports the schedule data to a text file.
Syntax
public void Export(
	string folder,
	string name,
	ViewScheduleExportOptions options
)
Parameters
Parameter Type Description
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.
Return Value
Exceptions
Exception Condition
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.