Table of Contents

Class MarkingResult

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

Represents results of marking function.

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

Properties

ExecutionTimeInMs

Gets the execution time of the window check in milliseconds.

public int ExecutionTimeInMs { get; }

Property Value

int

MarkingWasSuccessful

Gets a value indicating whether the marking was successful.

public bool MarkingWasSuccessful { get; }

Property Value

bool