IPackageSpecificsDAddPolygonPin(ISurfaceSpecificsD, 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(
	ISurfaceSpecificsD outlinePinAtCorrectPosition,
	string PackagePinName
)

Parameters

outlinePinAtCorrectPosition  ISurfaceSpecificsD
The outline of the pin as surface. Must be at the correct position.
PackagePinName  String
The pin number or name.

Return Value

Boolean

Implements

InterfacePackageSpecificsDAddPolygonPin(ISurfaceSpecificsD, String)

See Also