Gets a list of pump motors that are compatible with the selected pump.

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

Syntax

C#
List<pump_motor> get_compatible_pump_motors(
	uint list_id,
	uint pump_state_id,
	string standard,
	string enclosure
)
Visual Basic
Function get_compatible_pump_motors ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	standard As String, _
	enclosure As String _
) As List(Of pump_motor)
Visual C++
List<pump_motor^>^ get_compatible_pump_motors(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	String^ standard, 
	String^ enclosure
)

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
standard
Type: System..::..String
enclosure
Type: System..::..String

Return Value

List of pump_motor objects

See Also