Revit 2026 API
ViewCan |
Test whether the view can be printed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanBePrinted { get; }
Public ReadOnly Property CanBePrinted As Boolean Get
public: property bool CanBePrinted { bool get (); }
member CanBePrinted : bool with get
Property Value
BooleanSee Also