IPackageSpecificsDAddRectanglePin 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(
	RectangleD Rect,
	string PackagePinName
)

Parameters

Rect  RectangleD
The outline of the pin.
PackagePinName  String
The pin number or name.

Return Value

Boolean

Implements

InterfacePackageSpecificsDAddRectanglePin(RectangleD, String)

See Also