2025 Class Back to 2025
C

RebarConstraintsManager

Version comparison

Members across versions

20 members across 9 versions · 5 added later · 2 removed · 5 changed · 3 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AllowConstraintTargets(RebarConstrainedHandle, IList<Reference>)
same same same same same same same same same
M ApplyRebarConstraints(IList<RebarConstraint>, IList<Reference>, IList<Reference>)
same same same same same same same same same
same same same same same same same same changed
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
M GetConstraintCandidatesForHandle(RebarConstrainedHandle)
same same same same same changed same missing missing
M GetConstraintCandidatesForHandle(RebarConstrainedHandle, Reference)
not yet introduced added same same same same same same same
M GetConstraintCandidatesForHandle(RebarConstrainedHandle, ElementId)
not yet introduced added same same same same same same same
M GetCurrentConstraintOnHandle(RebarConstrainedHandle)
same same same same same same same same same
M GetPreferredConstraintOnHandle(RebarConstrainedHandle)
same same same same same same same same same
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added
same same same same same same same same same
M HighlightHandleConstraintPairInAllViews(Document, RebarConstrainedHandle, RebarConstraint)
same same same same same same same same changed
M RemovePreferredConstraintFromHandle(RebarConstrainedHandle)
same same same same same same same same same
M SetPreferredConstraint(RebarConstraint)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M SetPreferredConstraintForHandle(RebarConstrainedHandle, RebarConstraint)
same same same same same changed same missing missing
M SetPreferredConstraintsToSurfaceForHandles(IList<RebarConstrainedHandle>)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
same same same same same same same same changed
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2025).
Identical to 2025: 2025.3
2025 current

Changes in 2020 vs 2025 4 missing 2 changed

Flip API Versions →

Missing in 2020 (only available in 2025)

Changed members

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle)
Became obsolete in 2025: This property is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.ElementId) or RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.Reference) instead. If you want to get the direct neighbors of a rebar host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostDirectNeighbors(Autodesk.Revit.DB.Element hostElement). If you want to get all the rebars in a host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarsInHost().
handle RebarConstrainedHandle The RebarConstrainedHandle for which constraint candidates are sought.
→ returns IList A collection of RebarConstraints
RebarConstraintsManager.SetPreferredConstraintForHandle(RebarConstrainedHandle, RebarConstraint)
Became obsolete in 2025: This method is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.SetPreferredConstraint instead.
handle RebarConstrainedHandle The RebarConstrainedHandle to which the new RebarConstraint is to be applied.
constraint RebarConstraint The new RebarConstraint to be applied to the RebarConstrainedHandle.

Changes in 2021 vs 2025 2 missing 2 changed

Flip API Versions →

Missing in 2021 (only available in 2025)

Changed members

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle)
Became obsolete in 2025: This property is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.ElementId) or RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.Reference) instead. If you want to get the direct neighbors of a rebar host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostDirectNeighbors(Autodesk.Revit.DB.Element hostElement). If you want to get all the rebars in a host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarsInHost().
handle RebarConstrainedHandle The RebarConstrainedHandle for which constraint candidates are sought.
→ returns IList A collection of RebarConstraints
RebarConstraintsManager.SetPreferredConstraintForHandle(RebarConstrainedHandle, RebarConstraint)
Became obsolete in 2025: This method is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.SetPreferredConstraint instead.
handle RebarConstrainedHandle The RebarConstrainedHandle to which the new RebarConstraint is to be applied.
constraint RebarConstraint The new RebarConstraint to be applied to the RebarConstrainedHandle.

Changes in 2022 vs 2025 2 missing 2 changed

Flip API Versions →

Missing in 2022 (only available in 2025)

Changed members

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle)
Became obsolete in 2025: This property is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.ElementId) or RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.Reference) instead. If you want to get the direct neighbors of a rebar host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostDirectNeighbors(Autodesk.Revit.DB.Element hostElement). If you want to get all the rebars in a host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarsInHost().
handle RebarConstrainedHandle The RebarConstrainedHandle for which constraint candidates are sought.
→ returns IList A collection of RebarConstraints
RebarConstraintsManager.SetPreferredConstraintForHandle(RebarConstrainedHandle, RebarConstraint)
Became obsolete in 2025: This method is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.SetPreferredConstraint instead.
handle RebarConstrainedHandle The RebarConstrainedHandle to which the new RebarConstraint is to be applied.
constraint RebarConstraint The new RebarConstraint to be applied to the RebarConstrainedHandle.

Changes in 2023 vs 2025 2 missing 2 changed

Flip API Versions →

Missing in 2023 (only available in 2025)

Changed members

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle)
Became obsolete in 2025: This property is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.ElementId) or RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.Reference) instead. If you want to get the direct neighbors of a rebar host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostDirectNeighbors(Autodesk.Revit.DB.Element hostElement). If you want to get all the rebars in a host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarsInHost().
handle RebarConstrainedHandle The RebarConstrainedHandle for which constraint candidates are sought.
→ returns IList A collection of RebarConstraints
RebarConstraintsManager.SetPreferredConstraintForHandle(RebarConstrainedHandle, RebarConstraint)
Became obsolete in 2025: This method is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.SetPreferredConstraint instead.
handle RebarConstrainedHandle The RebarConstrainedHandle to which the new RebarConstraint is to be applied.
constraint RebarConstraint The new RebarConstraint to be applied to the RebarConstrainedHandle.

Changes in 2024 vs 2025 2 missing 2 changed

Flip API Versions →

Missing in 2024 (only available in 2025)

Changed members

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle)
Became obsolete in 2025: This property is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.ElementId) or RebarConstraintsManager.GetConstraintCandidatesForHandle(Autodesk.Revit.DB.Structure.RebarConstrainedHandle, Autodesk.Revit.DB.Reference) instead. If you want to get the direct neighbors of a rebar host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostDirectNeighbors(Autodesk.Revit.DB.Element hostElement). If you want to get all the rebars in a host you can use Autodesk.Revit.DB.Structure.RebarHostData.GetRebarsInHost().
handle RebarConstrainedHandle The RebarConstrainedHandle for which constraint candidates are sought.
→ returns IList A collection of RebarConstraints
RebarConstraintsManager.SetPreferredConstraintForHandle(RebarConstrainedHandle, RebarConstraint)
Became obsolete in 2025: This method is deprecated in Revit 2025 and may be removed in a later version of Revit. Please use RebarConstraintsManager.SetPreferredConstraint instead.
handle RebarConstrainedHandle The RebarConstrainedHandle to which the new RebarConstraint is to be applied.
constraint RebarConstraint The new RebarConstraint to be applied to the RebarConstrainedHandle.

Changes in 2027 vs 2025 1 added 2 missing 3 changed

Flip API Versions →

Added in 2027 (new since 2025)

Missing in 2027 (only available in 2025)

Changed members

RebarConstraintsManager.ClearHandleConstraintPairHighlighting(Document, Document)
aDoc Document
document Document The document in which the highlighting will be cleared.
RebarConstraintsManager.HighlightHandleConstraintPairInAllViews(Document, RebarConstrainedHandle, RebarConstraint, Document)
aDoc Document
handle RebarConstrainedHandle The RebarConstrainedHandle to be highlighted in all views.
constraint RebarConstraint The RebarConstraint to be highlighted in all views.
document Document The document in which the highlighting will be applied.
RebarConstraintsManager.IsRebarConstrainedPlacementEnabled()
No longer obsolete in 2025 (was obsolete in 2027)
→ returns Boolean