IViewSheetSetViews Property

The views.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
ViewSet Views { get; set; }

Property Value

ViewSet
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the input views is .
InvalidOperationException Thrown when the set operation failed due to invalid view which cannot be printed.
See Also