Table of Contents

Method MatrixGetOutputLabel

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MatrixGetOutputLabel(int, int)

Gets the label of the specified matrix output.

string MatrixGetOutputLabel(int pid, int index)

Parameters

pid int

The ID of the matrix parameter.

index int

The output index.

Returns

string

The label of the specified matrix output.

MatrixGetOutputLabel(string, int)

Gets the label of the specified matrix output.

note

Please use an overload that takes the parameter ID instead to prevent issues in case the parameter Description changes.

[Obsolete("Use overloads with parameter ID instead of name.")]
string MatrixGetOutputLabel(string parameterName, int index)

Parameters

parameterName string

The name of the matrix parameter.

index int

The output index.

Returns

string

The label of the specified matrix output.

Remarks

The index of the output must be in the range 1..nrOfOutputs.