Table of Contents

Enum MatrixDisplayType

Namespace
Skyline.DataMiner.Core.Matrix.Protocol
Assembly
Skyline.DataMiner.Core.Matrix.Protocol.dll

Represents which parameter should be used.

public enum MatrixDisplayType

Fields

Matrix = 0

Only the matrix parameter will be used.

MatrixAndTables = 2

Both the matrix and table parameters will be used.

Tables = 1

Only the table parameters will be used.