InterfacePackageSpecificsDAddPolygonPin(IPolyClass, String) Method

After creating a polyon pin surface, add it with this method.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool AddPolygonPin(
	IPolyClass PinOutline,
	string PackagePinName
)

Parameters

PinOutline  IPolyClass
The outline of the pin.
PackagePinName  String
The pin name/number as string.

Return Value

Boolean

See Also