InterfaceStepGetAllPackagesD(Boolean) 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IPackageSpecificsD> GetAllPackagesD(
	bool withCheckForDoubleElements
)

Parameters

withCheckForDoubleElements  Boolean
 

Return Value

ListIPackageSpecificsD
A List of all packages.

See Also