Explicit method for changing diameter. Same functionality as calling change_pump with a change_diameter parameter. May be more compatible with some callers.

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

Syntax

C#
string change_pump_diameter(
	uint list_id,
	uint pump_state_id,
	DT_LENGTH_UNITS diameter_unit,
	double diameter_value
)
Visual Basic
Function change_pump_diameter ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	diameter_unit As DT_LENGTH_UNITS, _
	diameter_value As Double _
) As String
Visual C++
String^ change_pump_diameter(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	DT_LENGTH_UNITS diameter_unit, 
	double diameter_value
)

Parameters

list_id
Type: System..::..UInt32
The id for the selection list in which the pump resides.
pump_state_id
Type: System..::..UInt32
PumpStateID column from get_list(UInt32) or return value from add_pump(UInt32, Int32, Guid).
diameter_unit
Type: esi.pumps..::..DT_LENGTH_UNITS
String value of DT_LENGTH_UNITS enum. (INCH, MMETER)
diameter_value
Type: System..::..Double
target impeller diameter

Return Value

Current baseline trim label.

See Also