MEPHiddenLineSettingsDrawHiddenLine Property |
Indicates if duct or piping is drawn with the line style and gaps specified for hidden lines.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also