RebarSpliceTypeUtils
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.Object
Autodesk.Revit.DB.Structure.RebarSpliceTypeUtils
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class RebarSpliceTypeUtils
The RebarSpliceTypeUtils type exposes the following members.
Methods
Name
Description
Public Method
Static Member
CreateRebarSpliceType
Creates a Rebar Splice Type element.
Public Method
Static Member
GetAllRebarSpliceTypes
Gets all the Rebar Splice Types elements from the document.
Public Method
Static Member
GetLapLengthMultiplier
Gets the lap length multiplier value.
Public Method
Static Member
GetShiftOption
Identifies the way bars are shifted in the splice relation.
Public Method
Static Member
GetStaggerLengthMultiplier
Gets the stagger multiplier value.
Public Method
Static Member
SetLapLengthMultiplier
Sets the lap length multiplier value.
Public Method
Static Member
SetShiftOption
Sets the way bars are shifted in the splice relation.
Public Method
Static Member
SetStaggerLengthMultiplier
Sets the lap length multiplier value.