IFilterGetOrCreatePackage(IPackageLibraryEntry, IPCBIWindow) Method

Gets or Creates the package of the given package definition

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPackageSpecificsD GetOrCreatePackage(
	IPackageLibraryEntry package,
	IPCBIWindow pcbi
)

Parameters

package  IPackageLibraryEntry
Part definition
pcbi  IPCBIWindow
The main Window with a loaded job

Return Value

IPackageSpecificsD
IPackageSpecificsD

See Also