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
siteNumberint-
The site number.
valueT-
The data for the given site number.
Returns
- bool
-
Returns true if the data for the given site number exists in the SiteData object.