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

Syntax

C#
public flow_value get_flow_from_head(
	uint list_id,
	uint pump_state_id,
	head_value input_head,
	DT_FLOW_UNITS flow_unit
)
Visual Basic
Public Function get_flow_from_head ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	input_head As head_value, _
	flow_unit As DT_FLOW_UNITS _
) As flow_value
Visual C++
public:
virtual flow_value^ get_flow_from_head(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	head_value^ input_head, 
	DT_FLOW_UNITS flow_unit
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
input_head
Type: configuration_services..::..head_value
flow_unit
Type: esi.pumps..::..DT_FLOW_UNITS

Implements

pumps_service_v2..::..get_flow_from_head(UInt32, UInt32, head_value, DT_FLOW_UNITS)

See Also