Next: help, Previous: hdefine, Up: GCL Reference
(hdelete [geometry|camera|window|appearance|image|transform|ntransform] name)
If the optional first argument is omitted, then the first handle
matching name will be deleted, regardless of the type of the
object it is attached to. It is not an error to call this function with
a non-existent handle, but it is an error to call this funcion with the
name of a non-global handle, i.e. one that was not created by
(hdefine ...)
or (read ... { define
...})
. See References. See (read ...)
. See (hdefine ...)
.