ICMPObjectSetSpecifics(IComponentSpecificsD, IPackageSpecificsD) Method

Set the specific values of the component and update netlist.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetSpecifics(
	IComponentSpecificsD Specifics,
	IPackageSpecificsD package
)

Parameters

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

Implements

InterfaceCMPObjectSetSpecifics(IComponentSpecificsD, IPackageSpecificsD)

See Also