InterfaceCMPObjectGetPin(String) Method

Returns the Pin with its PinLabel or false if the value is null.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IPin GetPin(
	string PackagePinName
)

Parameters

PackagePinName  String
The name of the pin or the pinnumber in the package.

Return Value

IPin
the selected IPin or null if the label dos not exist.

See Also