IPackageSpecificsDReplacePinRectangle Method

Replace existing pin with an rectangle pin definition.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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

Implements

InterfacePackageSpecificsDReplacePinRectangle(Int32, RectangleD, String)

See Also