ViewScheduleCreateRevisionSchedule Method |
Creates a revision schedule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static ViewSchedule CreateRevisionSchedule(
Document document
)
Public Shared Function CreateRevisionSchedule (
document As Document
) As ViewSchedule
public:
static ViewSchedule^ CreateRevisionSchedule(
Document^ document
)
static member CreateRevisionSchedule :
document : Document -> ViewSchedule
Parameters
- document Document
-
The titleblock family document to which the new schedule will be added.
Return Value
ViewSchedule
The newly created schedule.
Exceptions
Remarks
Revision schedules are added to titleblock families and become
visible as part of titleblocks on sheets.
See Also