InterfacePinGetNetNameOnIPin(InterfaceODBLayer, InterfaceCMPObject) 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(
	InterfaceODBLayer tangentLayer,
	InterfaceCMPObject parent
)

Parameters

tangentLayer  InterfaceODBLayer
InterfaceODBLayer which is in contact to the IPin
parent  InterfaceCMPObject
InterfaceCMPObject(parent)

Return Value

String
string

See Also