ICMPObjectSetSpecifics(InterfaceComponentSpecificsD, InterfacePackageSpecificsD) Method

Set the specific values of the component.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetSpecifics(
	InterfaceComponentSpecificsD specifics,
	InterfacePackageSpecificsD package
)

Parameters

specifics  InterfaceComponentSpecificsD
The new specifics for the object.
package  InterfacePackageSpecificsD
The finish package for the component.

Implements

InterfaceCMPObjectSetSpecifics(InterfaceComponentSpecificsD, InterfacePackageSpecificsD)

See Also