IStepAddPackage(IPackageSpecifics) Method

Add an single package to the step, by saving the job it will be added to the ODB++ eda file.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddPackage(
	IPackageSpecifics package
)

Parameters

package  IPackageSpecifics
the package information

Implements

InterfaceStepAddPackage(IPackageSpecifics)

See Also