InterfaceCMPObjectGetInterfacePinList Method

Returns all Pins of the Component (in the order of the package pin definition).

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<InterfacePin> GetInterfacePinList()

Return Value

ListInterfacePin
List of InterfacePin

See Also