Home > Applications > SpinW > m_files > sw_getobject.m

iFit/sw_getobject

PURPOSE ^

returns objects handles with given 'Tag' property

SYNOPSIS ^

function oHandle = sw_getobject(tagName, fHandle)

DESCRIPTION ^

 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.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1