PutMxDataQuality method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores an MxData Quality in the MxValue. The MxValue's data type will be MxDataQualityEnum.
Class
IMxValue
Syntax
[C#]
void PutMxDataQuality(
ref short newVal
);
[Visual C++]
HRESULT PutMxDataQuality(
[in] const MxDataQuality *newVal
);
Parameters
newVal
The MxDataQuality that will be stored in the MxValue object.
Returns
S_OK - Success