IStepAddPackage(IPackageSpecificsD) 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(
	IPackageSpecificsD package
)

Parameters

package  IPackageSpecificsD
the package information

Implements

InterfaceStepAddPackage(IPackageSpecificsD)

See Also