RVTDocs.com

FluidType.GetFluidType

Method
Description:
Gets a fluid type by name.
Syntax
public static FluidType GetFluidType(
	Document document,
	string fluidTypeName
)
Parameters
Parameter Type Description
document Document The document.
fluidTypeName String The name of fluid type.
Return Value
Type Description
FluidType The fluid type. if the fluid type was not found.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null