C

RebarContainer

Version comparison

Members across versions

29 members across 9 versions · 2 added later · 4 removed · 8 changed · 4 obsolete

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

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
same same same same same same same changed missing
M AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarTerminationOrientation, RebarTerminationOrientation, Boolean, Boolean)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
M AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
same same same same same same same changed missing
M AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarTerminationOrientation, RebarTerminationOrientation)
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 same
M AppendItemFromRebarShape(RebarShape, RebarBarType, XYZ, XYZ, XYZ)
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 Contains(RebarContainerItem)
same same same same same same same changed same
M Create(Document, Element, ElementId)
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
same same same same same same same same same
M GetItem(Int32)
same same same same same changed 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 changed same same same
same same same same same same same same same
M IsItemHidden(View, Int32)
same same same same same same same same same
M IsSolidInView(View3D)
same same same changed missing missing missing missing missing
same same same same same same same same same
M RemoveItem(RebarContainerItem)
same same same same same same same same same
M SetHostId(Document, ElementId)
same same same same same same same same same
M SetItemHiddenStatus(View, Int32, Boolean)
same same same same same same same same same
M SetSolidInView(View3D, Boolean)
same same same changed missing missing missing missing missing
M SetUnobscuredInView(View, Boolean)
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
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 (2026).
2026 current

Changes in 2020 vs 2026 2 added 2 missing 6 changed

Flip API Versions →

Added in 2020 (new since 2026)

Missing in 2020 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.
RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns Rebar Container ItemRebarContainerItem Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2021 vs 2026 2 added 2 missing 6 changed

Flip API Versions →

Added in 2021 (new since 2026)

Missing in 2021 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.
RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns Rebar Container ItemRebarContainerItem Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2022 vs 2026 2 added 2 missing 6 changed

Flip API Versions →

Added in 2022 (new since 2026)

Missing in 2022 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.
RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns Rebar Container ItemRebarContainerItem Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2023 vs 2026 2 added 2 missing 6 changed

Flip API Versions →

Added in 2023 (new since 2026)

Missing in 2023 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.
RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns Rebar Container ItemRebarContainerItem Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2024 vs 2026 2 missing 6 changed

Flip API Versions →

Missing in 2024 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.
RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns Rebar Container ItemRebarContainerItem Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2025 vs 2026 2 missing 3 changed

Flip API Versions →

Missing in 2025 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.

Changes in 2025.3 vs 2026 2 missing 3 changed

Flip API Versions →

Missing in 2025.3 (only available in 2026)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
style RebarStyle
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
useExistingShapeIfPossible Boolean
createNewShape Boolean
→ returns RebarContainerItem RebarContainerItem
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
rebarShape RebarShape
barType RebarBarType
startHook RebarHookType
endHook RebarHookType
normal XYZ
curves IList<Curve>
startHookOrient RebarHookOrientation
endHookOrient RebarHookOrientation
→ returns RebarContainerItem RebarContainerItem
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
item RebarContainerItem The item to be checked if RebarContainer has it as one of its members
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
→ returns Boolean True if RebarContainer has this item as one of its members, false otherwise.