Table of Contents

Class MatrixCellMarkingCount

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

Represents the marked matrix cells.

public class MatrixCellMarkingCount : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
MatrixCellMarkingCount
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

MatrixCellFlaggedForMarkingCount

Gets the number of matrix cells flagged for marking.

public int MatrixCellFlaggedForMarkingCount { get; }

Property Value

int

MatrixCellMarkedCount

Gets the number of marked matrix cells.

public int MatrixCellMarkedCount { get; }

Property Value

int

TotalMatrixCellCount

Gets the total number of matrix cells.

public int TotalMatrixCellCount { get; }

Property Value

int