delete (Aero.VirtualRealityAnimation)
Destroy virtual reality animation object
Syntax
delete(h)
h.delete
Description
delete(h)
and h.delete
destroy
the virtual reality animation object h
. This function
also destroys the temporary file, if it exists, cleans up the vrfigure
object, the animation object timer, and closes the vrworld object.
Examples
Delete the virtual reality animation object, h.
h=Aero.VirtualRealityAnimation; h.delete;
Version History
Introduced in R2007b