View.CanBePrinted Property

ViewCanBePrinted Property

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

Boolean
See Also