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

Syntax

C#
public string change_motor_criteria_with_service_factor(
	uint list_id,
	uint pump_state_id,
	string standard,
	string enclosure,
	MOTORMETHOD sizing_method,
	motor_sizing_speed_method sizing_speed,
	double service_factor
)
Visual Basic
Public Function change_motor_criteria_with_service_factor ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	standard As String, _
	enclosure As String, _
	sizing_method As MOTORMETHOD, _
	sizing_speed As motor_sizing_speed_method, _
	service_factor As Double _
) As String
Visual C++
public:
String^ change_motor_criteria_with_service_factor(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	String^ standard, 
	String^ enclosure, 
	MOTORMETHOD sizing_method, 
	motor_sizing_speed_method sizing_speed, 
	double service_factor
)

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
standard
Type: System..::..String
enclosure
Type: System..::..String
sizing_method
Type: esi.pumps..::..MOTORMETHOD
sizing_speed
Type: configuration_services..::..motor_sizing_speed_method
service_factor
Type: System..::..Double

See Also