Deletes the specified AreaReinforcement, and converts its RebarInSystem
elements to equivalent Rebar elements.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ElementId> RemoveAreaReinforcementSystem(
Document doc,
AreaReinforcement system
)
Parameters
- doc Document
-
The document.
- system AreaReinforcement
-
An AreaReinforcement element in the document.
Return Value
IList<ElementId>
The ids of the newly created Rebar elements.
Exceptions
See Also
Reference