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

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2012

Syntax

C#
public bool ShowGraphicalWarningElectricalDisconnects { get; set; }
Visual Basic
Public Property ShowGraphicalWarningElectricalDisconnects As Boolean
	Get
	Set
Visual C++
public:
property bool ShowGraphicalWarningElectricalDisconnects {
	bool get ();
	void set (bool value);
}

See Also