IAutomationGetExternalOption Method

Do not use this Ini option in plugins!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Object GetExternalOption(
	string optionName,
	Type typeOfObject
)

Parameters

optionName  String
Complete path with description to the option e.g. componentInfoArea_UseBottomView
typeOfObject  Type
typeof(int, bool or string)

Return Value

Object
The found ini entry for the option.

See Also