Click or drag to resize
PluginSettingsWrite Method (IPlugin, String, Double)
Writes a double into Values.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Write(
	IPlugin plugin,
	string key,
	double value
)

Parameters

plugin
Type: VirtualRadar.InterfaceIPlugin
key
Type: SystemString
value
Type: SystemDouble
See Also