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

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2015

Syntax

C#
public static IList<ElementId> RemoveFabricReinforcementSystem(
	Document doc,
	FabricArea system
)
Visual Basic
Public Shared Function RemoveFabricReinforcementSystem ( _
	doc As Document, _
	system As FabricArea _
) As IList(Of ElementId)
Visual C++
public:
static IList<ElementId^>^ RemoveFabricReinforcementSystem(
	Document^ doc, 
	FabricArea^ system
)

Parameters

doc
Type: Autodesk.Revit.DB..::..Document
The document.
system
Type: Autodesk.Revit.DB.Structure..::..FabricArea
An FabricArea Reinforcement element in the document.

Return Value

The ids of the newly created Single Fabric Sheet elements.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentException The element system was not found in the given document.
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was NULL
Autodesk.Revit.Exceptions..::..DisabledDisciplineException None of the following disciplines is enabled: Structural.

See Also