InterfacePackageSpecificsDAddEllipsePin Method

Add an round pin to the package definition.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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

See Also