Get an Option value for e05uc

Syntax

C#
public void Get(
	string optstr,
	double rvalue
)
Visual Basic
Public Sub Get ( _
	optstr As String, _
	rvalue As Double _
)
Visual C++
public:
void Get(
	String^ optstr, 
	double rvalue
)
F#
member Get : 
        optstr : string * 
        rvalue : float -> unit 

Parameters

optstr
Type: System..::..String
The name of an option.
rvalue
Type: System..::..Double
The option value.

See Also