removecallback#
- objs.removecallback(id: int) int #
Remove a callback that was registered using ensight.objs.addcallback()
Note: this method should only be used in EnSight Python scripts. For PyEnSight scripts, use:
pyensight.Session.remove_callback()
instead.- Args:
- id:
A callback number returned by addcallback().
- Returns:
0 on success or -1 if the passed id could not be removed.