2027 Class
Changes 5
C

RebarSpliceTypeUtils

Description:
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
public static class RebarSpliceTypeUtils
Name Return Type Description
M CreateRebarSpliceType(Document, String) ElementType Creates a Rebar Splice Type element.
M GetAllRebarSpliceTypes(Document) IList<ElementId> Gets all the Rebar Splice Types elements from the document.
M GetLapLengthMultiplier(Document, ElementId) Double Gets the lap length multiplier value.
M GetShiftOption(Document, ElementId) RebarSpliceShiftOption Identifies the way bars are shifted in the splice relation.
M GetStaggerLengthMultiplier(Document, ElementId) Double Gets the stagger multiplier value.
M SetLapLengthMultiplier(Document, ElementId, Double) None Sets the lap length multiplier value.
M SetShiftOption(Document, ElementId, RebarSpliceShiftOption) None Sets the way bars are shifted in the splice relation.
M SetStaggerLengthMultiplier(Document, ElementId, Double) None Sets the lap length multiplier value.