Namespace: pumpflo_services.OperatingPoints
Assembly: pumpflo_services (in pumpflo_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void apply_operating_points(
	CPumpSelection criteria,
	CFluid fluid,
	bool remove_existing_points
)
Visual Basic
Public Sub apply_operating_points ( _
	criteria As CPumpSelection, _
	fluid As CFluid, _
	remove_existing_points As Boolean _
)
Visual C++
public:
void apply_operating_points(
	CPumpSelection^ criteria, 
	CFluid^ fluid, 
	bool remove_existing_points
)

Parameters

criteria
Type: CPumpSelection
fluid
Type: CFluid
remove_existing_points
Type: System..::..Boolean

See Also