Click or drag to resize

McDocuments Class

The global collection of all documents of all types.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryObject, IMcDocument
    MediaCy.IQL.ApplicationMcDocuments

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McDocuments
	Inherits Dictionary(Of Object, IMcDocument)

The McDocuments type exposes the following members.

Constructors
  NameDescription
Public methodMcDocuments
Initializes a new instance of the McDocuments class
Top
Properties
Methods
  NameDescription
Public methodAdd
Create and add a document to the collection.
Public methodCanClose
Prompt the user to close a document when modified.
Public methodCloseAll
Close all the open documents.
Public methodExecuteOpenCommand
Load a document by executing the Open command.
Public methodGetDefaultItems
Public methodGetSearchItems(String)
Public methodGetSearchItems(String, Int32)
Public methodOpenExperiment
Open an experiment from file
Public methodOpenFile
Open one document from file
Public methodOpenFiles
Open an array of files either as a group or individually
Public methodOpenFolder
Open one or several documents from files
Public methodOpenSetFromFolder
Top
Remarks