Clears the fluid setting of the specified service if found.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
public void RemoveFluidSetting( FabricationService service ) |
| Visual Basic |
|---|
Public Sub RemoveFluidSetting ( _ service As FabricationService _ ) |
| Visual C++ |
|---|
public: void RemoveFluidSetting( FabricationService^ service ) |
Parameters
- service
- Type: Autodesk.Revit.DB..::..FabricationService
The service to clear.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |