Returns calculated data for all curves on the pump design curve. These data values are not rounded for presentation in the way we normally do for returned values as these are intended for analisys and not user presentation.

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

Syntax

C#
public List<curve_point> get_curve_point_data(
	uint list_id,
	uint pump_state_id
)
Visual Basic
Public Function get_curve_point_data ( _
	list_id As UInteger, _
	pump_state_id As UInteger _
) As List(Of curve_point)
Visual C++
public:
virtual List<curve_point^>^ get_curve_point_data(
	unsigned int list_id, 
	unsigned int pump_state_id
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32

Return Value

Implements

pumps_service_v2..::..get_curve_point_data(UInt32, UInt32)

See Also