


returns objects handles with given 'Tag' property
oHandle = SW_GETOBJECT(tagName, {fHandle})
It returns all graphical objects those 'Tag' property string contains
tagName string and is on figure fHandle.
Input:
fHandle Handle of figure, optional. If undefined, objects on all
figures will be searched.
tagName String of the tag that the objects have, it can be a cell
that contains several strings.
Output:
oHandle Handles of the found graphical objects in vector.
See also SW, SW_GETFIGHANDLE, SW.PLOT.