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