Table of Contents

Class JobPosition

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

Represents a job position.

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

Properties

RotationOffset

Gets or sets the rotation offset in degree.

public double RotationOffset { get; set; }

Property Value

double

XOffset

Gets or sets the offset in X-direction in millimeters.

public double XOffset { get; set; }

Property Value

double

XReference

Gets or sets the reference in X-direction in millimeters.

public double XReference { get; set; }

Property Value

double

YOffset

Gets or sets the offset in Y-direction.

public double YOffset { get; set; }

Property Value

double

YReference

Gets or sets the reference in Y-direction in millimeters.

public double YReference { get; set; }

Property Value

double