Method LoadDoubleValue
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
LoadDoubleValue(string)
Retrieves a double value from a global script variable.
double LoadDoubleValue(string name)
Parameters
name
stringThe 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.