RebarConstraintsManagerIsRebarConstrainedPlacementEnabled Property

Note: This API is now obsolete.

A static property defining that the 'Rebar Constrained Placement' setting is on or off in current Revit Application Session.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
[ObsoleteAttribute("This property is deprecated in Revit 2027 and may be removed in a later version of Revit. The 'Rebar Constrained Placement' functionality was removed from Revit 2027. Similar functionality can be achieved using by setting constraints to another rebar.")]
public static bool IsRebarConstrainedPlacementEnabled { get; set; }

Property Value

Boolean
Remarks

The 'Rebar Constrained Placement' functionality was removed from Revit 2027. Similar functionality can be achieved using by setting constraints to another rebar.

This property will always return false.

Setting this property to true will have no effect.

See Also