Clone method
- Last UpdatedJul 23, 2024
- 1 minute read
Creates a duplicate MxValue object with a state identical to the current MxValue.
Class
IMxValue
Syntax
[C#]
void Clone(
out MxValue ppMxValue
);
[Visual C++]
HRESULT Clone(
[out] IMxValue **ppMxValue
);
Parameters
ppMxValue
Receives the IMxValue interface pointer of the newly cloned object.
Returns
S_OK - Success
E_POINTER - An invalid pointer was passed in.
E_OUTOFMEMORY - Unable to allocate memory for the new MxValue object.