InterfacePinGetNetNameOnIPin(IODBLayer, ICMPObject) Method

Gets the name of the underlying net of a pin.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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

See Also