Gets the value.

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

Syntax

C#
void GetValue(
	IdComp idc,
	out string val
)
Visual Basic (Declaration)
Sub GetValue ( _
	idc As IdComp, _
	<OutAttribute> ByRef val As String _
)
Visual C++
void GetValue(
	IdComp idc, 
	[OutAttribute] String^% val
)

Parameters

idc
Type: GrassValley.Mseries.Status..::.IdComp
The idc.
val
Type: System..::.String %
The val.

See Also