IAutomationSaveOptionToIni Method

Do not use the Ini option in plugins!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static void SaveOptionToIni(
	string optionName,
	Object value
)

Parameters

optionName  String
Please use describing names with usingIn_Name
value  Object
int, bool or string

See Also