Application.ShowGraphicalWarningElectricalDisconnects Property

ApplicationShowGraphicalWarningElectricalDisconnects Property

Whether or not to show the graphical warnings for Electrical disconnects.

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

Property Value

Boolean
See Also