Revit 2026 API
Rebar |
Checks if the parameter is a Rebar Container parameter
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsRebarContainerParameter( ElementId paramId )
Public Function IsRebarContainerParameter ( paramId As ElementId ) As Boolean
public: bool IsRebarContainerParameter( ElementId^ paramId )
member IsRebarContainerParameter : paramId : ElementId -> bool
Parameters
- paramId ElementId
- The id of the parameter element
Return Value
BooleanTrue if the parameter is a Rebar Container parameter

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also