IPackageSpecificsDAddEllipsePin(PointD, Double, String) Method

Add an round pin to the package definition.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddEllipsePin(
	PointD PinPostion,
	double diameter,
	string PackagePinName
)

Parameters

PinPostion  PointD
The position ordered to the body.
diameter  Double
The diameter of the pin circle.
PackagePinName  String
The pin number or name.

Return Value

Boolean

See Also