IPackageSpecificsAddRectanglePin Method

Add an rectangle pin to the package. The pin is setted on the middle of the rectangle.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddRectanglePin(
	RectangleF Rect,
	string PackagePinName
)

Parameters

Rect  RectangleF
the outline of the pin
PackagePinName  String
the pin number or name

Return Value

Boolean

See Also