IStepGetAllPackages Method

Creates a list of all packages in the ODB-Step. Including all packages from the eda file including all component packages who not used.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IPackageSpecifics> GetAllPackages()

Return Value

ListIPackageSpecifics
A List of packages.

Implements

InterfaceStepGetAllPackages

See Also