OpenFromExperiment Class

Opens a document contained in an experiment.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandIMcExperiment, IList
          MediaCy.Commands.DocumentOpenFromExperiment

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class OpenFromExperiment
	Inherits OneInputOneOutputCommand(Of IMcExperiment, IList)

The OpenFromExperiment type exposes the following members.

Constructors
  NameDescription
Public methodOpenFromExperiment
Initializes a new instance of the OpenFromExperiment class
Public methodOpenFromExperiment(McCommand)
Initializes a new instance of the OpenFromExperiment class
Top
Properties
  NameDescription
Public propertyNames
An array of document names to open. The wildcard character * can be used to open all the contained documents.
Public propertyVisible
Makes the document(s) visible if true.
Top
Remarks