InterfacePackageSpecificsDReplacePinEllipse Method

Replace exiting pin on pin position "PinNumber", with ellipse pin definition.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool ReplacePinEllipse(
	int PinNumber,
	PointD PinPostion,
	float diameter,
	string PackagePinName
)

Parameters

PinNumber  Int32
The pin number in geometry pin list.
PinPostion  PointD
The new location of the pin depending on the body of the package definition.
diameter  Single
The diameter of the pin circle.
PackagePinName  String
The new name of the pin.

Return Value

Boolean

See Also