Sets the current bin.

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

Syntax

C#
void SetCurrentBin(
	string volume,
	string bin
)
Visual Basic (Declaration)
Sub SetCurrentBin ( _
	volume As String, _
	bin As String _
)
Visual C++
void SetCurrentBin(
	String^ volume, 
	String^ bin
)

Parameters

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

See Also