InterfacePinGetIPinPad(InterfaceODBLayer, InterfaceCMPObject) Method

Returns the largest pad under the pin.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IODBObject GetIPinPad(
	InterfaceODBLayer odbLayer,
	InterfaceCMPObject parent
)

Parameters

odbLayer  InterfaceODBLayer
IODBLayer which is in contact to the IPin
parent  InterfaceCMPObject
ICMPObject(parent)

Return Value

IODBObject
The pin pad (IODBObject).

See Also