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