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