Table of Contents

Class MarkingEnergyResult

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

Represents a result of a marking confirmation.

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

Properties

EnergyInJoule

Gets the marking energy in joule.

public double EnergyInJoule { get; }

Property Value

double

ExecutionIsDone

Gets a value indicating whether the marking energy was executed.

public bool ExecutionIsDone { get; }

Property Value

bool

MarkingEnergyResultIsOk

Gets a value indicating whether marking energy was OK.

public bool MarkingEnergyResultIsOk { get; }

Property Value

bool