InterfacePackageSpecificsDAddPolygonPin(ISurfaceSpecificsD, 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(
	ISurfaceSpecificsD outlinePin,
	string PackagePinName
)

Parameters

outlinePin  ISurfaceSpecificsD
 
PackagePinName  String
pin name/number

Return Value

Boolean

See Also