Table of Contents

Method LoadDoubleValue

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

LoadDoubleValue(string)

Retrieves a double value from a global script variable.

public double LoadDoubleValue(string name)

Parameters

name string

The name of the global script variable.

Returns

double

The value of the global script variable.

Examples

double myValue = engine.LoadDoubleValue("MyVariable");

Exceptions

DataMinerException

Load value failed.