IStepSplitNet(ListInt32) Method

Split nets in pieces, if there are more than one element group in the net(s).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SplitNet(
	List<int> netNumbersToSplit
)

Parameters

netNumbersToSplit  ListInt32
All Net Numbers to split.

Return Value

Boolean
True if net was splitted.

See Also