IFilterGetOrCreateMPNPackage(IPackageSpecificsD, String, Double, IPCBIWindow) Method

Creates a new or returns an existing MPNPackageData with the definition of the package specifics in the current job database.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static MPNPackageData GetOrCreateMPNPackage(
	IPackageSpecificsD package,
	string MPNName,
	double height,
	IPCBIWindow pcbi
)

Parameters

package  IPackageSpecificsD
MPNName  String
height  Double
pcbi  IPCBIWindow

Return Value

MPNPackageData

See Also