IPackageSpecificsAddEllipsePin Method

Add an round pin.

Definition

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

Parameters

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

Return Value

Boolean

See Also