.. highlightlang:: us .. index:: DocFindTaggedObject .. _docfindtaggedobject: DocFindTaggedObject ==================== .. us.tag DocFindTaggedObject NOTREADYENGLISH DocGet New5800 :ref:`DocFindTaggedObject` finds layer and drawing objects containing the specified tag. .. function:: hvObjects = DocFindTaggedObject(hDoc, ssTag) .. us.return **Return Value** *hvObjects* are the handles of layers and drawing objects. .. us.params **Parameters** .. uparam:: hDoc *hDoc* is a document handle. .. uparam:: ssTag *ssTag* is a scalar string. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New. .. seealso:: :ref:`overview-documents`, :ref:`edit-copy-format`, :ref:`DocCreate`, :ref:`ObjSetTags`, :ref:`ObjGetTags` :sub:`id-282130`