StructuralSettings.BoundarySetbackDisabledForSteelElements Property

StructuralSettingsBoundarySetbackDisabledForSteelElements Property

Disallow shortening (setbacks) to joined element boundaries for beams and braces. If enabled, then beams and braces will have the setbacks set to 0 by default. Explicit setbacks to references will still be allowed.

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

Property Value

Boolean
See Also