Revit 2025.3 API
Print |
Indicates whether to hide reference/work planes when printing.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HideReforWorkPlanes { get; set; }
Public Property HideReforWorkPlanes As Boolean Get Set
public: property bool HideReforWorkPlanes { bool get (); void set (bool value); }
member HideReforWorkPlanes : bool with get, set
Property Value
BooleanSee Also