Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxMethod::invoke Method
Syntax
C++
OdResult invoke(OdRxObject* pO, OdRxValue& param) const;

Executes the underlying method of the object. 

 

Parameters
Description
pO
[in] The object which method to call.
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.

Copyright © 2002-2022. Open Design Alliance All rights reserved.