IPinGetIPinPad(IODBLayer, ICMPObject) Method
Returns the pad under the pin, if there are more then one the pad with nearly the same area will be used.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public IODBObject GetIPinPad(
IODBLayer IodbLayer,
ICMPObject Parent
)
Public Function GetIPinPad (
IodbLayer As IODBLayer,
Parent As ICMPObject
) As IODBObject
public:
virtual IODBObject^ GetIPinPad(
IODBLayer^ IodbLayer,
ICMPObject^ Parent
) sealed
abstract GetIPinPad :
IodbLayer : IODBLayer *
Parent : ICMPObject -> IODBObject
override GetIPinPad :
IodbLayer : IODBLayer *
Parent : ICMPObject -> IODBObject
- IodbLayer IODBLayer
- IODBLayer which is in contact to the IPin
- Parent ICMPObject
- ICMPObject(parent)
IODBObjectThe pin pad (IODBObject).
InterfacePinGetIPinPad(IODBLayer, ICMPObject)