GetMxReference method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the value stored in the MxValue as an IMxReference *.
Class
IMxValue
Syntax
[C#]
IMxReference GetMxReference();
[Visual C++]
HRESULT GetMxReference(
[out, retval] IMxReference **pVal
);
Parameters
pVal
Receives the value.
Returns
S_OK - Success.
MX_E_ConversionNotSupported - The stored value is not an MxReference or MxString.
E_POINTER - An invalid pointer was passed in.