IActionGetStandardKeyFor Method

PCB-Investigator has a list of standard key settings, you can ask the standard key for a ID_ActionItem with this method.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Keys GetStandardKeyFor(
	ID_ActionItem id
)

Parameters

id  ID_ActionItem
The relevant action item.

Return Value

Keys
The defined keys in standard list.

See Also