Namespace: configuration_servicesAssembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
impeller_info get_pump_impeller_list(
uint list_id,
uint pump_state_id,
string locale
) |
| Visual Basic |
|---|
Function get_pump_impeller_list ( _
list_id As UInteger, _
pump_state_id As UInteger, _
locale As String _
) As impeller_info |
| Visual C++ |
|---|
impeller_info^ get_pump_impeller_list(
unsigned int list_id,
unsigned int pump_state_id,
String^ locale
) |
Parameters
- list_id
- Type: System..::..UInt32
- pump_state_id
- Type: System..::..UInt32
- locale
- Type: System..::..String
Language code may affect the actual text that comes back for trim labels for some kinds of pumps. Otherwise ignored.
Return Value
See Also