Revit 2025.3 API
Rebar |
List all shape parameters used by all the existing RebarShapes in the specified document.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<ElementId> GetAllRebarShapeParameters( Document doc )
Public Shared Function GetAllRebarShapeParameters ( doc As Document ) As IList(Of ElementId)
public: static IList<ElementId^>^ GetAllRebarShapeParameters( Document^ doc )
static member GetAllRebarShapeParameters : doc : Document -> IList<ElementId>
Parameters
- doc Document
- The document.
Return Value
IListElementIdElementIds corresponding to the external parameters.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
This method replaces RebarShape.GetAllRebarShapeParameters() from prior releases.
See Also