IPinGetNetNameOnIPin(IODBLayer, ICMPObject) Method

Gets the name of the underlying net of a pin.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string GetNetNameOnIPin(
	IODBLayer TangentLayer,
	ICMPObject Parent
)

Parameters

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

Return Value

String
string

Implements

InterfacePinGetNetNameOnIPin(IODBLayer, ICMPObject)

See Also