ICMPObjectGetCADPinsPerMPNPins Method

Check foreach MPN pin the location in this component and return a list of intersecting pins.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Dictionary<MPNPin, List<IPin>> GetCADPinsPerMPNPins(
	out bool AllIPinsAdded,
	out bool IsOneToOneRelation
)

Parameters

AllIPinsAdded  Boolean
Info all IPins in the list.
IsOneToOneRelation  Boolean
Info all mpn pins hit exactly one cad pin.

Return Value

DictionaryMPNPin, ListIPin
A dictionary with mpn pins and touching IPins.

See Also