IActionGetIDActionItem Method

Get Action ID for the keys.

Definition

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

Parameters

keys  Keys
Relevant keys for the action item.

Return Value

ID_ActionItem
NONE if no action is defined, else the ID_ActionItem.

See Also