Set an Option for e04vh

Syntax

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

Parameters

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

See Also