IMatrixGetShortsOnNegativLayer Method

create a list of net nrs and all connected net nrs.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Dictionary<int, List<int>> GetShortsOnNegativLayer(
	string LayerName
)

Parameters

LayerName  String
The layer of interest

Return Value

DictionaryInt32, ListInt32
nets with shorts

Implements

InterfaceMatrixGetShortsOnNegativLayer(String)

See Also