InterfacePackageSpecificsDReplacePinRectangle Method

Replace existing pin with an rectangle pin definition.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool ReplacePinRectangle(
	int PinNumber,
	RectangleD Rect,
	string PackagePinName
)

Parameters

PinNumber  Int32
The pin number in geometry pin list.
Rect  RectangleD
Outline deifinition of the rectanglepin.
PackagePinName  String
The new name of the pin.

Return Value

Boolean

See Also