RemoveFluidSetting Method


Fabrication Service Settings Remove Fluid Setting Method

Clears the fluid setting of the specified service if found.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RemoveFluidSetting(
	FabricationService service
)

Parameters

service FabricationService
The service to clear.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also