Share

FabricArea.RemoveFabricReinforcementSystem Method

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: 25.3.0.0 (25.3.0.0)

Syntax

C#

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

Parameters

doc  Document
The document.
system  FabricArea
An FabricArea Reinforcement element in the document.

Return Value

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

Exceptions

ExceptionCondition
ArgumentException The element system was not found in the given document.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?