Table of Contents

Class GroupOffset

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

Represents the offset of a group.

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

Remarks

Each value is optional and may be null. A null value indicates that the corresponding offset remains unchanged.

Properties

MarkingEnabled

Gets or sets a value indicating whether the group should be marked.

public bool? MarkingEnabled { get; set; }

Property Value

bool?

The default value is null.

OffsetX

Gets or sets X-offset of the group in millimeter.

public double? OffsetX { get; set; }

Property Value

double?

OffsetY

Gets or sets Y-offset of the group in millimeter.

public double? OffsetY { get; set; }

Property Value

double?

Rotation

Gets or sets rotation of the group in degree.

public double? Rotation { get; set; }

Property Value

double?

Must be between -180.0° and 180.0°.