IStepGetAllPackagesD 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<IPackageSpecificsD> GetAllPackagesD()

Return Value

ListIPackageSpecificsD
A List of all packages.

Implements

InterfaceStepGetAllPackagesD

See Also