Method TryGetValue
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
TryGetValue(int, string, out T)
Tries to get the data for a given site number-pin name pair.
public bool TryGetValue(int siteNumber, string pinName, out T value)Parameters
siteNumberint-
The specified site number.
pinNamestring-
The specified pin name.
valueT-
The data for the specified site number and pin name.
Returns
- bool
-
Returns true if the data for a given site number-pin name pair exists in the PinSiteData object.