IPackageSpecificsAddPolygonPin Method

Add an pin with arbitrary outline.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddPolygonPin(
	PointF PinPostion,
	ISurfaceSpecifics outlinePin,
	string PackagePinName
)

Parameters

PinPostion  PointF
the position ordered to the body
outlinePin  ISurfaceSpecifics
the outline of the pin as surface
PackagePinName  String
the pin number or name

Return Value

Boolean

See Also