IPackageSpecificsDAddPolygonPin(IPolyClass, String) Method

After creating a polyon pin surface, add it with this method. The pin center will be set to the mid point of the polygon. Outline must be a single isle without holes.

Definition

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

Parameters

PinOutlineAtCorrectPosition  IPolyClass
The outline of the pin. Must be at the correct position.
PackagePinName  String
The pin name/number as string.

Return Value

Boolean

Implements

InterfacePackageSpecificsDAddPolygonPin(IPolyClass, String)

See Also