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