clmo

Clear specified graphics objects from map axes

Syntax

clmo
clmo(handle)
clmo(object)

Description

clmo deletes all displayed graphics objects on the current axes.

clmo(handle) deletes those objects specified by their handles.

clmo(object) deletes those objects with names identical to the value object. This can be any value recognized by the handlem function, including entries in the Tag property of each object, or the object Type if the Tag property is empty.

See Also

| | | | |

Introduced before R2006a