<Code Lib>
2021 Method
Changes 0
M

PathReinforcement.RemovePathReinforcementSystem

Description:
Deletes the specified PathReinforcement, and converts its RebarInSystem elements to equivalent Rebar elements.

public static IList<ElementId> RemovePathReinforcementSystem(
	Document doc,
	PathReinforcement system
)

Return Value IList<ElementId> The ids of the newly created Rebar elements.

Loading…