Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public uint set_table_fluid(
	string fluid_name,
	temperature_value temperature
)
Visual Basic
Public Function set_table_fluid ( _
	fluid_name As String, _
	temperature As temperature_value _
) As UInteger
Visual C++
public:
virtual unsigned int set_table_fluid(
	String^ fluid_name, 
	temperature_value^ temperature
) sealed

Parameters

fluid_name
Type: System..::..String
temperature
Type: configuration_services..::..temperature_value

Implements

Ifluid..::..set_table_fluid(String, temperature_value)

See Also