Table of Contents

Class CameraTargetSettings

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

Represents camera target settings.

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

Properties

BlockNumber

Gets or sets the reference block number.

public int BlockNumber { get; set; }

Property Value

int

CameraReferenceTarget

Gets or sets reference target for camera acquisition.

public CameraReferenceTarget CameraReferenceTarget { get; set; }

Property Value

CameraReferenceTarget

UseXYAcquisitionResultForReadingCoordinate

Gets or sets a value indicating whether result of xy-acquisition should be used for the reading coordinate.

public bool UseXYAcquisitionResultForReadingCoordinate { get; set; }

Property Value

bool

UseZAcquisitionResultForReadingCoordinate

Gets or sets a value indicating whether result of z-acquisition should be used for the reading coordinate.

public bool UseZAcquisitionResultForReadingCoordinate { get; set; }

Property Value

bool

XCoordinate

Gets or sets the X-Coordinate to be read.

public double XCoordinate { get; set; }

Property Value

double

XYAcquisitionNumber

Gets or sets the xy-acquisition number which should be used for reading coordinate.

public int XYAcquisitionNumber { get; set; }

Property Value

int

YCoordinate

Gets or sets the Y-Coordinate to be read.

public double YCoordinate { get; set; }

Property Value

double

ZAcquisitionNumber

Gets or sets the z-acquisition number which should be used for reading coordinate.

public int ZAcquisitionNumber { get; set; }

Property Value

int

ZCoordinate

Gets or sets the Z-Coordinate to be read.

public double ZCoordinate { get; set; }

Property Value

double