IPackageSpecificsDAddEllipsePin(PointD, Single, 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,
	float diameter,
	string PackagePinName
)

Parameters

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

Return Value

Boolean

Implements

InterfacePackageSpecificsDAddEllipsePin(PointD, Single, String)

See Also