Share

IViewSheetSet.OrderedViewList Property

Ordered views.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

IReadOnlyList<View> OrderedViewList { get; set; }

Property Value

IReadOnlyList<View>

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input ordered view list is nullptr.
InvalidOperationException Thrown when the set operation failed due to invalid view which cannot be printed.

See Also

Reference

Was this information helpful?