Table of Contents

Class MatrixDefinition

Namespace
Loehnert.Lisrt.Laser.Keyence.Jobs
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents the definition of the matrix.

public class MatrixDefinition
Inheritance
MatrixDefinition
Inherited Members

Properties

CellReferencePoint

Gets or sets the reference point of the cell.

public ReferencePoint CellReferencePoint { get; set; }

Property Value

ReferencePoint

Cells

Gets the cells.

public MatrixCellCollection Cells { get; }

Property Value

MatrixCellCollection

Enabled

Gets or sets a value indicating whether the matrix in enabled.

public bool Enabled { get; set; }

Property Value

bool

Position

gets or sets the position of the matrix.

public MatrixPosition Position { get; set; }

Property Value

MatrixPosition

Settings

Gets or sets the settings.

public MatrixSettings Settings { get; set; }

Property Value

MatrixSettings

Size

Gets or sets the size.

public MatrixSize Size { get; set; }

Property Value

MatrixSize