Converts all RebarInSystem elements owned by the input PathReinforcement 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> ConvertRebarInSystemToRebars(
Document doc,
PathReinforcement system
)
Parameters
- doc Document
-
The document.
- system PathReinforcement
-
A PathReinforcement element in the document.
Return Value
IList<ElementId>
The ids of the newly created Rebar elements.
Exceptions
See Also
Reference