InterfaceCMPObjectSetSpecifics(IComponentSpecifics, IPackageSpecifics) Method

Set the specific values of the component.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetSpecifics(
	IComponentSpecifics Specifics,
	IPackageSpecifics package
)

Parameters

Specifics  IComponentSpecifics
The new specifics for the object.
package  IPackageSpecifics
The package for the component.

See Also