.. highlightlang:: us .. index:: ObjSetName .. _objsetname: ObjSetName ========== .. us.tag ObjSetName NOTREADYENGLISH :ref:`ObjSetName` sets the name of an object. .. function:: bool = ObjSetName(handle, ssName) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: handle *handle* is the handle of an object. .. uparam:: ssName *ssName* is the name of an object. .. seealso:: :ref:`overview-objects`, :ref:`ObjCreate`, :ref:`ObjGetName` :sub:`id-463951`