<Code Lib>
2025.3 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
)

  • doc
    The document.
  • system
    An FabricArea Reinforcement element in the document.
Return Value IList<ElementId> The ids of the newly created Single Fabric Sheet elements.

Loading…