IAttributeGetAllAttributes(IPackageSpecificsD, IPCBIWindow) Method

Get all attributes of a package definition.

Definition

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

Parameters

Parent  IPackageSpecificsD
The relevant package definition.
Window  IPCBIWindow
 

Return Value

ListIAttributeElement
List of all relevant attributes.

See Also