Gets a fluid type by name.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FluidType GetFluidType(
Document document,
string fluidTypeName
)
Parameters
- document Document
-
The document.
- fluidTypeName String
-
The name of fluid type.
Return Value
FluidType
The fluid type.
null if the fluid type was not found.
Exceptions
See Also
Reference