Parameters |
Description |
OdRxObject* pO |
[in] The object which method to call. |
OdRxValue& param |
[in,out] Method parameter(s) wrapped in OdRxValue. If method needs to return a value it is assigned to the param. remarks Parameter may be OdRxValue::empty() if no input is required. |
eOk if the call was successful, or an appropriate error code otherwise.
Executes the underlying method of the object.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|