PrintParameters.HideScopeBoxes Property

PrintParametersHideScopeBoxes Property

Indicates whether to hide scope boxes when printing.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HideScopeBoxes { get; set; }
Public Property HideScopeBoxes As Boolean
	Get
	Set
public:
property bool HideScopeBoxes {
	bool get ();
	void set (bool value);
}
member HideScopeBoxes : bool with get, set

Property Value

Boolean
See Also