Table of Contents

Method GetParameterName

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

GetParameterName(int)

Returns the name of a specified parameter.

public string GetParameterName(int parameterID)

Parameters

parameterID int

The parameter ID.

Returns

string

The parameter name.

GetParameterName(int, string)

Gets the name of the specified parameter.

public string GetParameterName(int parameterID, string idx)

Parameters

parameterID int

The ID of the parameter.

idx string

The index.

Returns

string

The parameter name.