IFilterGetOrCreateMPNPackage(IPartLibraryEntry, IPCBIWindow) Method

Creates a new or returns an existing MPNPackageData with the definition of the library entry in the current job database

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static MPNPackageData GetOrCreateMPNPackage(
	IPartLibraryEntry partLibEntry,
	IPCBIWindow pcbi
)

Parameters

partLibEntry  IPartLibraryEntry
pcbi  IPCBIWindow

Return Value

MPNPackageData
MPNPackageData

See Also