Click or drag to resize

analyticConsoleWorkspaceloadSample Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads the sample.

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public webSiteSimpleSample loadSample(
	string sampleName,
	bool random = false
)

Parameters

sampleName
Type: SystemString
Name of the sample.
random (Optional)
Type: SystemBoolean

[Missing <param name="random"/> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.loadSample(System.String,System.Boolean)"]

Return Value

Type: webSiteSimpleSample

[Missing <returns> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.loadSample(System.String,System.Boolean)"]

See Also