Table of Contents

Method GetMap

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

GetMap(SLProtocol)

Gets the stored data as an object of type Dictionary<string, object>.

public static Dictionary<string, object> GetMap(SLProtocol protocol)

Parameters

protocol SLProtocol

The SLProtocol instance to interact with the SLProtocol process.

Returns

Dictionary<string, object>

The saved data for this element.