Click or drag to resize

McDocumentsOpenExperiment Method

Open an experiment from file

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function OpenExperiment ( 
	filename As String,
	visible As Boolean,
	Optional view As String = "",
	Optional mru As Boolean = true
) As IMcExperiment

Parameters

filename
Type: SystemString
The experiment file
visible
Type: SystemBoolean
view (Optional)
Type: SystemString
The optional type name of the requested view when Visible is true
mru (Optional)
Type: SystemBoolean

Return Value

Type: IMcExperiment
Remarks