IPinGetNetNameOnIPin(InterfaceCMPObject) 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(
	InterfaceCMPObject parent
)

Parameters

parent  InterfaceCMPObject
InterfaceCMPObject(parent)

Return Value

String
string

Implements

InterfacePinGetNetNameOnIPin(InterfaceCMPObject)

See Also