InterfaceCMPObjectGetPinList 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<IPin> GetPinList()

Return Value

ListIPin
List of IPins

See Also