Stub for future Switch function. Returns System.NotImplementedException

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

Syntax

C#
void Switch(
	bool bEtoE
)
Visual Basic (Declaration)
Sub Switch ( _
	bEtoE As Boolean _
)
Visual C++
void Switch(
	bool bEtoE
)

Parameters

bEtoE
Type: System..::.Boolean

[Missing <param name="bEtoE"/> documentation for "M:GrassValley.Mseries.ScheduleEditor.IScheduleEditor.Switch(System.Boolean)"]

See Also