FluidType.GetFluidType
Method
Description:
Gets a fluid type by name.
Gets a fluid type by name.
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 |