ViewScheduleCreateViewList Method |
Creates a view list.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static ViewSchedule CreateViewList(
Document document
)
Public Shared Function CreateViewList (
document As Document
) As ViewSchedule
public:
static ViewSchedule^ CreateViewList(
Document^ document
)
static member CreateViewList :
document : Document -> ViewSchedule
Parameters
- document Document
-
The document to which the new schedule will be added.
Return Value
ViewSchedule
The newly created schedule.
Exceptions
Remarks
A view list is a schedule of views in the project.
It is a schedule of the Views category.
See Also