Revit 2026 API
MEPHidden |
Indicates if duct or piping is drawn with the line style and gaps specified for hidden lines.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool DrawHiddenLine { get; set; }
Public Property DrawHiddenLine As Boolean Get Set
public: property bool DrawHiddenLine { bool get (); void set (bool value); }
member DrawHiddenLine : bool with get, set
Property Value
BooleanSee Also