IStepRemovePackage(IPackageSpecificsD) Method

Remove package from current ODB++ structure (eda file of this step). It's important that no component use the relevant package. This method use the selected package name to identify components on the PCB for usage.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool RemovePackage(
	IPackageSpecificsD package
)

Parameters

package  IPackageSpecificsD
Package to remove from this step.

Return Value

Boolean
True if the package is found and removed from step (You have to save it to change it in eda file).

Implements

InterfaceStepRemovePackage(IPackageSpecificsD)

See Also