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_point_attributes(
	SelectionList list,
	bool adjustableSpeedPump
)
Visual Basic
Public Sub apply_operating_point_attributes ( _
	list As SelectionList, _
	adjustableSpeedPump As Boolean _
)
Visual C++
public:
void apply_operating_point_attributes(
	SelectionList^ list, 
	bool adjustableSpeedPump
)

Parameters

list
Type: SelectionList
adjustableSpeedPump
Type: System..::..Boolean

See Also