Table of Contents

Method CreateMap

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

CreateMap(SLProtocol, bool)

Creates a map for an element.

public static Dictionary<string, object> CreateMap(SLProtocol protocol, bool Reset = false)

Parameters

protocol SLProtocol

The SLProtocol instance to interact with the SLProtocol process.

Reset bool

Whether a new maps needs to be created if data is already stored for the current element.

Returns

Dictionary<string, object>

The map for the element.