GetAllDocumentsΒΆ

GetAllDocuments returns the handle of all open IPW/IPZ files.

hvDoc = GetAllDocuments()
hvDoc = GetAllDocuments(bOnlyVisible)

Return Value

hvDoc is a vector with document handles.

Parameters

bOnlyVisible

If set to TRUE (1), the function will return only visible documents. Default value is FALSE (0). See DocCreate.

History

Version Description
R2016.0 New parameter bOnlyVisible

id-1846528