Retrieve the stored properties of a given fluid object.

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

Syntax

C#
fluid_data get_fluid(
	uint fluid_id
)
Visual Basic
Function get_fluid ( _
	fluid_id As UInteger _
) As fluid_data
Visual C++
fluid_data^ get_fluid(
	unsigned int fluid_id
)

Parameters

fluid_id
Type: System..::..UInt32
A fluid id returned by either set_table_fluid() or set_custom_fluid().

Return Value

A fluid_data object containing any known fluid properties. These properties include those specified at fluid creation as well as any data values specified by an associated fluid table. Properties with unknown data values will contain a value of zero.

See Also