Set an Option for e05jb

Syntax

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

Parameters

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

See Also