Revit 2023 API |
AreaReinforcement..::..ConvertRebarInSystemToRebars Method |
AreaReinforcement Class See Also |
Converts all RebarInSystem elements owned by the input AreaReinforcement to equivalent Rebar elements.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public static IList<ElementId> ConvertRebarInSystemToRebars( Document doc, AreaReinforcement system ) |
Visual Basic |
---|
Public Shared Function ConvertRebarInSystemToRebars ( _ doc As Document, _ system As AreaReinforcement _ ) As IList(Of ElementId) |
Visual C++ |
---|
public: static IList<ElementId^>^ ConvertRebarInSystemToRebars( Document^ doc, AreaReinforcement^ system ) |
Parameters
- doc
- Type: Autodesk.Revit.DB..::..Document
The document.
- system
- Type: Autodesk.Revit.DB.Structure..::..AreaReinforcement
An AreaReinforcement element in the document.
Return Value
The ids of the newly created Rebar elements.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The element system was not found in the given document. -or- system does not host Rebar. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |
Autodesk.Revit.Exceptions..::..DisabledDisciplineException | None of the following disciplines is enabled: Structural. |