Method TryGetValue
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
TryGetValue(int, out T)
Attempts to get the data for a given site number.
public bool TryGetValue(int siteNumber, out T value)
Parameters
siteNumber
intThe site number.
value
TThe data for the given site number.
Returns
- bool
Returns true if the data for the given site number exists in the SiteData object.