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: 26.4.0.0 (26.4.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 |
