Class MarkingQuality
Represents the marking quality of a block.
public class MarkingQuality : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged, IEquatable<MarkingQuality>
- Inheritance
-
PropertyChangedBaseMarkingQuality
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
MarkingStartDelay
Gets or sets the delay before start of marking in milliseconds.
public double MarkingStartDelay { get; set; }
Property Value
QualityLevel
Gets or sets the quality level.
public QualityLevel QualityLevel { get; set; }
Property Value
- QualityLevel
The default value is UseCommonBlockMarkingQuality.
SkipCross
Gets or sets the skip cross value in millimeters.
public double SkipCross { get; set; }
Property Value
- double
The default value is UseCommonBlockSkipCross.
UseCommonBlockSkipCross
Gets the skip cross value indicating that skip cross of the common block marking parameters should be used.
public static double UseCommonBlockSkipCross { get; }
Property Value
Methods
Equals(MarkingQuality)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(MarkingQuality other)
Parameters
otherMarkingQualityAn object to compare with this object.