Sets the current bin.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public void SetCurrentBin(
	string volume,
	string bin
)
Visual Basic (Declaration)
Public Sub SetCurrentBin ( _
	volume As String, _
	bin As String _
)
Visual C++
public:
virtual void SetCurrentBin(
	String^ volume, 
	String^ bin
) sealed

Parameters

volume
Type: System..::.String
Volume.
bin
Type: System..::.String
Bin.

Implements

ISimpleController..::.SetCurrentBin(String, String)

See Also