IPackageSpecificsDAddPolygonPin(InterfacePolyClass, String) Method

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

Definition

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

Parameters

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

Return Value

Boolean

Implements

InterfacePackageSpecificsDAddPolygonPin(InterfacePolyClass, String)

See Also