Share

RebarSpliceTypeUtils Class

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static class RebarSpliceTypeUtils

The RebarSpliceTypeUtils type exposes the following members.

Methods

 NameDescription
Public methodStatic memberCreateRebarSpliceType Creates a Rebar Splice Type element.
Public methodStatic memberGetAllRebarSpliceTypes Gets all the Rebar Splice Types elements from the document.
Public methodStatic memberGetLapLengthMultiplier Gets the lap length multiplier value.
Public methodStatic memberGetShiftOption Identifies the way bars are shifted in the splice relation.
Public methodStatic memberGetStaggerLengthMultiplier Gets the stagger multiplier value.
Public methodStatic memberSetLapLengthMultiplier Sets the lap length multiplier value.
Public methodStatic memberSetShiftOption Sets the way bars are shifted in the splice relation.
Public methodStatic memberSetStaggerLengthMultiplier Sets the lap length multiplier value.

See Also

Reference

Was this information helpful?