Click or drag to resize
PluginSettingsReadInt Method (IPlugin, String, Int32)
Returns an integer from Values.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ReadInt(
	IPlugin plugin,
	string key,
	int defaultValue
)

Parameters

plugin
Type: VirtualRadar.InterfaceIPlugin
key
Type: SystemString
defaultValue
Type: SystemInt32

Return Value

Type: Int32
See Also