InterfacePinGetIPinPad(IODBLayer, ICMPObject) 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(
	IODBLayer IodbLayer,
	ICMPObject Parent
)

Parameters

IodbLayer  IODBLayer
IODBLayer which is in contact to the IPin
Parent  ICMPObject
ICMPObject(parent)

Return Value

IODBObject
The pin pad (IODBObject).

See Also