PutBoolean method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores a Boolean value in the MxValue. The MxValue's data type will be MxBoolean.
Class
IMxValue
Syntax
[C#]
void PutBoolean(
bool newVal
);
[Visual C++]
HRESULT PutBoolean(
[in] VARIANT_BOOL newVal
);
Parameters
newVal
The value that will be stored in the MxValue object.
Returns
S_OK - Success