.. highlightlang:: us .. index:: ObjSetTags .. _objsettags: ObjSetTags ============== .. us.tag ObjSetTags ENGLISH New5800 :ref:`ObjSetTags`. sets athe tag for a layer or drawing object. .. function:: bool = ObjSetTags(handle, ssTags) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: handle *handle* identifies the object (Drawing Objekt, Layer). .. uparam:: ssTags *ssTags* is a scalar string with tags separated by spaces. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016 - New .. seealso:: :ref:`overview-objects`, :ref:`ObjCreate`, :ref:`ObjGetTags`, :ref:`DocFindTaggedObject` :sub:`id-1574176`