Namespace: pumpflo_services.reportingAssembly: pumpflo_services (in pumpflo_services.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public abstract PumpAnalyzer make_analyst(
CPump pump,
ref CGraphSpec graph_spec,
CPumpSelection critiera,
configuration_options config_options,
bool speed_as_hz,
bool calc_duty_point_at_design_flow
) |
Visual Basic |
---|
Public MustOverride Function make_analyst ( _
pump As CPump, _
ByRef graph_spec As CGraphSpec, _
critiera As CPumpSelection, _
config_options As configuration_options, _
speed_as_hz As Boolean, _
calc_duty_point_at_design_flow As Boolean _
) As PumpAnalyzer |
Visual C++ |
---|
public:
virtual PumpAnalyzer^ make_analyst(
CPump^ pump,
CGraphSpec^% graph_spec,
CPumpSelection^ critiera,
configuration_options^ config_options,
bool speed_as_hz,
bool calc_duty_point_at_design_flow
) abstract |
Parameters
- pump
- Type: CPump
- graph_spec
- Type: CGraphSpec%
- critiera
- Type: CPumpSelection
- config_options
- Type: configuration_options
- speed_as_hz
- Type: System..::..Boolean
- calc_duty_point_at_design_flow
- Type: System..::..Boolean
See Also