ShowGraphicalWarningHangerDisconnects Property


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

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2016

Syntax

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

See Also