Revit 2025.3 API
Rebar |
Utility class for dealing with Rebar Splice Type operations.
To find all Rebar Splice Types in the document can be done using FilteredElementCollector of category BuiltInCategory.OST_RebarSpliceType.

SystemObject
Autodesk.Revit.DB.StructureRebarSpliceTypeUtils
Autodesk.Revit.DB.StructureRebarSpliceTypeUtils
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The RebarSpliceTypeUtils type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() | CreateRebarSpliceType | Creates a Rebar Splice Type element. |
![]() ![]() | GetAllRebarSpliceTypes | Gets all the Rebar Splice Types elements from the document. |
![]() ![]() | GetLapLengthMultiplier | Gets the lap length multiplier value. |
![]() ![]() | GetShiftOption | Identifies the way bars are shifted in the splice relation. |
![]() ![]() | GetStaggerLengthMultiplier | Gets the stagger multiplier value. |
![]() ![]() | SetLapLengthMultiplier | Sets the lap length multiplier value. |
![]() ![]() | SetShiftOption | Sets the way bars are shifted in the splice relation. |
![]() ![]() | SetStaggerLengthMultiplier | Sets the lap length multiplier value. |
See Also