OrderedViewList Property


Ordered views.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
IReadOnlyList<View> OrderedViewList { get; set; }
Visual Basic
Property OrderedViewList As IReadOnlyList(Of View)
	Get
	Set
Visual C++
property IReadOnlyList<View^>^ OrderedViewList {
	IReadOnlyList<View^>^ get ();
	void set (IReadOnlyList<View^>^ value);
}

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException Thrown when the input ordered view list is a null reference ( Nothing in Visual Basic) .
Autodesk.Revit.Exceptions InvalidOperationException Thrown when the set operation failed due to invalid view which cannot be printed.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →