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

Syntax

C#
public static int BuildEmptyList(
	UnitSystem system,
	int userID,
	DesignPoint dp
)
Visual Basic
Public Shared Function BuildEmptyList ( _
	system As UnitSystem, _
	userID As Integer, _
	dp As DesignPoint _
) As Integer
Visual C++
public:
static int BuildEmptyList(
	UnitSystem system, 
	int userID, 
	DesignPoint^ dp
)

Parameters

system
Type: UnitSystem
userID
Type: System..::..Int32
dp
Type: pumpflo_services.Selection..::..DesignPoint

See Also