GetDataType method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the data type of the value stored in the MxValue.
Class
IMxValue
Syntax
[C#]
MxDataType GetDataType();
[Visual C++]
HRESULT GetDataType(
[out, retval] MxDataType *pVal
);
Parameters
pVal
Receives the data type.
Returns
S_OK - Success
E_POINTER - An invalid pointer was passed in.