NetHelperAddFidInfosToNets Method
Add FID infos to nets for correct display of the netlist.
Namespace: PCBI_API_Extensions.ImporterAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public static void AddFidInfosToNets(
IStep step,
Dictionary<int, INet> netByNumDict = null
)
Public Shared Sub AddFidInfosToNets (
step As IStep,
Optional netByNumDict As Dictionary(Of Integer, INet) = Nothing
)
public:
static void AddFidInfosToNets(
IStep^ step,
Dictionary<int, INet^>^ netByNumDict = nullptr
)
static member AddFidInfosToNets :
step : IStep *
?netByNumDict : Dictionary<int, INet>
(* Defaults:
let _netByNumDict = defaultArg netByNumDict null
*)
-> unit
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.