Click or drag to resize

IMcExperiment Interface

An experiment is a container object returned by IMcExperimentController including one or several documents and their related data.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Interface IMcExperiment

The IMcExperiment type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description of this experiment.
Public propertyDocuments
An array of all the documents loaded from the experiment.
Public propertyFileName
Name of the main experiment file.
Public propertyName
Name of this experiment.
Top
Methods
  NameDescription
Public methodLoadDocuments
Loads a document contained in the experiment.
Top
Remarks