InterfaceCMPObjectSetSpecifics(IComponentSpecificsD, IPackageSpecificsD) 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(
	IComponentSpecificsD Specifics,
	IPackageSpecificsD package
)

Parameters

Specifics  IComponentSpecificsD
The new specifics for the object.
package  IPackageSpecificsD
The finish package for the component.

See Also