Gets all the Rebar Splice Types elements from the document.
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> GetAllRebarSpliceTypes( Document document )
Parameters
- document Document
- The document.
Return Value
IList<ElementId>Returns all the Rebar Splice Types elements from the document.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
