IAttributeGetStepAttributes Method

Step attributes as list.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IAttributeElement> GetStepAttributes(
	IStep step,
	IPCBIWindow Parent
)

Parameters

step  IStep
Relevant step to search for attributes.
Parent  IPCBIWindow
The main window to check for user attributes.

Return Value

ListIAttributeElement
List of all included step attributes.

See Also