Mapping Toolbox | ![]() ![]() |
Determine the names of valid graphics objects
Syntax
Description
objects = namem returns the object name for all objects on the current axes. The object name is defined as its tag, if the object Tag
property is supplied. Otherwise, it is the object Type
. Duplicate object names are removed from the output string matrix.
objects = namem(handles) returns the object names for the objects specified by the input handles
.
[objects,message] = namem(...) returns a string message
indicating any error encountered.
The names returned are either set at object creation or defined by the user with the tagm
command.
See Also
clma |
Clear current map |
clmo |
Clear specified graphics objects |
handlem |
Get handles of displayed graphics objects |
hidem |
Hide specified graphics objects |
showm |
Show specified graphics objects |
tagm |
Assign a name to graphics object tag property |
![]() | n2ecc | nanclip | ![]() |