FabricArea.RemoveFabricReinforcementSystem
Method
Description:
Deletes the specified FabricArea, and converts its FabricSheet elements to equivalent Single Fabric Sheet elements.
Deletes the specified FabricArea, and converts its FabricSheet elements to equivalent Single Fabric Sheet elements.
Syntax
public static IList<ElementId> RemoveFabricReinforcementSystem(
Document doc,
FabricArea system
)
Parameters
Parameter | Type | Description |
---|---|---|
doc | Document | The document. |
system | FabricArea | An FabricArea Reinforcement element in the document. |
Return Value
Type | Description |
---|---|
IList | The ids of the newly created Single Fabric Sheet elements. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The element system was not found in the given document. |
ArgumentNullException | A non-optional argument was null |