Previous Up Next

M3execH3dCB
Allows to perform the object's callback having '_id_' as identifier, with the '_arg_' user parameter.
The function returns the Arg3D object returned by the invoked callback.

Arg3D M3execH3dCB (
S3d _session_
H3d _object_
I _id_
Arg3D _arg_
)
Parameters

_session_
3D Session
_object_
3D object for which the callback is to be executed
_id_
Identifier of callback to be performed
_arg_
Arg3D object to pass as an argument to the callback
Return value

Arg3D object returned by the callback
See Also

M3getH3dCB and M3setH3dCB