IStepGetAllNetNames Method

Returns a list of all net names. If names double defined they added more than one time, depending on there net number.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<string> GetAllNetNames()

Return Value

ListString
A list of strings with all net names.

Implements

InterfaceStepGetAllNetNames

See Also