StructuralSettings.ShowBraceBelow Property

StructuralSettingsShowBraceBelow Property

Whether to show brace symbols below beams in plan views.

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

Property Value

Boolean
See Also