Returns all the rebars that are part of a splice chain with the input rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static IList<ElementId> GetSpliceChain( Rebar rebar )
Parameters
- rebar Rebar
- The input rebar.
Return Value
IList<ElementId>The splice chain.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |