IPackageSpecificsDAddPolygonPin(InterfaceSurfaceSpecificsD, 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(
	InterfaceSurfaceSpecificsD outlinePin,
	string PackagePinName
)

Parameters

outlinePin  InterfaceSurfaceSpecificsD
The outline of the pin.
PackagePinName  String
pin name/number

Return Value

Boolean

Implements

InterfacePackageSpecificsDAddPolygonPin(InterfaceSurfaceSpecificsD, String)

See Also