Revit 2025 API
ViewCan |
Test whether the view can be printed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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