.. highlightlang:: us .. index:: GetAllDocuments .. _getalldocuments: GetAllDocuments =============== .. us.tag GetAllDocuments ENGLISH DocGet Changed5800 :ref:`GetAllDocuments` returns the handle of all open IPW/IPZ files. .. function:: hvDoc = GetAllDocuments() hvDoc = GetAllDocuments(bOnlyVisible) .. us.return **Return Value** *hvDoc* is a vector with document handles. .. us.params **Parameters** .. uparam:: bOnlyVisible If set to TRUE (1), the function will return only visible documents. Default value is FALSE (0). See :ref:`DocCreate`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New parameter *bOnlyVisible* .. seealso:: :ref:`overview-documents`, :ref:`DocCreate`, :ref:`DocGetPathName` :sub:`id-1846528`