IFilterGetOrCreatePackage(IPackageLibraryEntry, IPCBIWindow, String) 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,
	string stepName
)

Parameters

package  IPackageLibraryEntry
Part definition
pcbi  IPCBIWindow
The main Window with a loaded job
stepName  String
Name of the step where the package should be created

Return Value

IPackageSpecificsD
IPackageSpecificsD

See Also