ICMPObjectGetPin(String) Method

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

Definition

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

Implements

InterfaceCMPObjectGetPin(String)

See Also