<Code Lib>
M

FluidType.GetFluidType

Description:
Gets a fluid type by name.

public static FluidType GetFluidType(
	Document document,
	string fluidTypeName
)

Return Value nullNothingnullptr The fluid type. null Nothing nullptr a null reference ( Nothing in Visual Basic) if the fluid type was not found.

Loading…