Application.ShowGraphicalWarningHangerDisconnects Property

ApplicationShowGraphicalWarningHangerDisconnects Property

Whether or not to show the graphical warnings for Fabrication Hanger disconnects.

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

Property Value

Boolean
See Also