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.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Structure.RebarSpliceTypeUtils
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static class RebarSpliceTypeUtils
The RebarSpliceTypeUtils type exposes the following members.
Methods
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. |