2027 Property
Changes 8
P

RebarConstraintsManager.IsRebarConstrainedPlacementEnabled

Description:
A static property defining that the 'Rebar Constrained Placement' setting is on or off in current Revit Application Session.
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.

[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; }