Click or drag to resize

industryTermModelProjectGetOrMakeExperiment Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets the or make experiment.

Namespace:  imbWBI.IndustryTermModel.industry
Assembly:  imbWBI.IndustryTermModel (in imbWBI.IndustryTermModel.dll) Version: 1.0.49
Syntax
C#
public experimentSetup GetOrMakeExperiment(
	string exp_name,
	bool useDefaultPreset
)

Parameters

exp_name
Type: SystemString
Name of the exp.
useDefaultPreset
Type: SystemBoolean
if set to true [use default preset].

Return Value

Type: experimentSetup

[Missing <returns> documentation for "M:imbWBI.IndustryTermModel.industry.industryTermModelProject.GetOrMakeExperiment(System.String,System.Boolean)"]

See Also