PopupEditResults(DataView,Int32,String,Int32,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overloaded PopupEditResults methods opens a dialog to allow the user to view and edit results for
the specified, previous and next samples. If the characteristic is specified, then only the results for that sample
characteristic will be displayed to be viewed and editted.
public static void PopupEditResults(
DataView samples,
int sampleId,
string sampleName,
int charId,
string charName
)
Parameters
- samples
- The samples which are displayed in the sample viewer's grid
- sampleId
- The id of sample for which results are to be displayed.
- sampleName
- The name of the sample for which results are to be displayed.
- charId
- The ID of the characteristic for which results are to be displayed.
- charName
- The name of the characteristic for which results are to be displayed.