Revit 2025.3 API
Fabrication |
Gets the fluid type of the specified service.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId GetFluidType( FabricationService service )
Public Function GetFluidType ( service As FabricationService ) As ElementId
public: ElementId^ GetFluidType( FabricationService^ service )
member GetFluidType : service : FabricationService -> ElementId
Parameters
- service FabricationService
- The service to lookup.
Return Value
ElementIdThe fluid type id.
| Exception | Condition |
|---|---|
| ArgumentException | service is not mapped to a fluid type and temperature. |
| ArgumentNullException | A non-optional argument was null |
See Also