Regular API function

simFloatingViewRemove / sim.floatingViewRemove

Description Removes a floating view previously added with sim.floatingViewAdd.
C/C++
synopsis
simInt simFloatingViewRemove(simInt floatingViewHandle)
C/C++
parameters
floatingViewHandle: handle of the floating view to be removed
C/C++
return value
-1 in case of an error, 0 if the floating view could not be found (e.g. because closed by the user), or 1 if the floating view was closed.
Lua
synopsis
int result=sim.floatingViewRemove(int floatingViewHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart
Python
synopsis
int result=sim.floatingViewRemove(int floatingViewHandle)