Revit 2025 API
Fluid |
Gets a fluid type by name.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static FluidType GetFluidType( Document document, string fluidTypeName )
Public Shared Function GetFluidType ( document As Document, fluidTypeName As String ) As FluidType
public: static FluidType^ GetFluidType( Document^ document, String^ fluidTypeName )
static member GetFluidType : document : Document * fluidTypeName : string -> FluidType
Parameters
Return Value
FluidTypeThe fluid type. if the fluid type was not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also