MEPHiddenLineSettings.DrawHiddenLine Property

MEPHiddenLineSettingsDrawHiddenLine Property

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

Boolean
See Also