NetHelperAddFidInfosToNets Method

Add FID infos to nets for correct display of the netlist.

Definition

Namespace: PCBI_API_Extensions.Importer
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static void AddFidInfosToNets(
	IStep step,
	Dictionary<int, INet> netByNumDict = null
)

Parameters

step  IStep
The step for which the net info should be added
netByNumDict  DictionaryInt32, INet  (Optional)
An optional dictionary containing all nets by net number. Increases performance if already existing.

See Also