ICMPObjectSetSpecifics(IComponentSpecificsD, IPackageSpecificsD, Boolean) 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,
	bool addUndoItem
)

Parameters

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

See Also