ICMPObjectGetPin(Int32) Method

Get pin by package index.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPin GetPin(
	int PackagePinIndex
)

Parameters

PackagePinIndex  Int32
index of pin in the package definition

Return Value

IPin
relevant pin or null if the index is wrong

Implements

InterfaceCMPObjectGetPin(Int32)

See Also