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

Syntax

C#
public byte[] graph_multispeed(
	uint list_id,
	uint pump_state_id,
	uint width,
	uint height,
	List<uint> speeds,
	view_settings settings,
	override_criteria overrides,
	string locale
)
Visual Basic
Public Function graph_multispeed ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	width As UInteger, _
	height As UInteger, _
	speeds As List(Of UInteger), _
	settings As view_settings, _
	overrides As override_criteria, _
	locale As String _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ graph_multispeed(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	unsigned int width, 
	unsigned int height, 
	List<unsigned int>^ speeds, 
	view_settings^ settings, 
	override_criteria^ overrides, 
	String^ locale
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
width
Type: System..::..UInt32
height
Type: System..::..UInt32
speeds
Type: System.Collections.Generic..::..List<(Of <(<'UInt32>)>)>
settings
Type: view_settings
overrides
Type: configuration_services..::..override_criteria
locale
Type: System..::..String

Implements

pumps_service_v2..::..graph_multispeed(UInt32, UInt32, UInt32, UInt32, List<(Of <<'(UInt32>)>>), view_settings, override_criteria, String)

See Also