IPackageSpecificsDReplacePinContour(Int32, IPolyClass, String) Method

Replace a pin of this package by new pin definition as IPolyClass.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ReplacePinContour(
	int PinNumber,
	IPolyClass PinOutline,
	string PackagePinName
)

Parameters

PinNumber  Int32
The pin number in geometry pin list.
PinOutline  IPolyClass
New definition of pin outline.
PackagePinName  String
The new name of the pin.

Return Value

Boolean

Implements

InterfacePackageSpecificsDReplacePinContour(Int32, IPolyClass, String)

See Also