<Code Lib>
2022 Method
Changes 0
M

FabricArea.RemoveFabricReinforcementSystem

Description:
Deletes the specified FabricArea, and converts its FabricSheet elements to equivalent Single Fabric Sheet elements.

public static IList<ElementId> RemoveFabricReinforcementSystem(
	Document doc,
	FabricArea system
)

Return Value IList<ElementId> The ids of the newly created Single Fabric Sheet elements.

Loading…