The views.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public virtual ViewSet Views { get; set; }
Property Value
ViewSetImplements
IViewSheetSet.ViewsExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the input views is nullptr. |
InvalidOperationException | Thrown when the set operation failed due to invalid view which cannot be printed. |