Class CameraTargetSettings
Represents camera target settings.
public class CameraTargetSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCameraTargetSettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
BlockNumber
Gets or sets the reference block number.
public int BlockNumber { get; set; }
Property Value
CameraReferenceTarget
Gets or sets reference target for camera acquisition.
public CameraReferenceTarget CameraReferenceTarget { get; set; }
Property Value
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
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
XCoordinate
Gets or sets the X-Coordinate to be read.
public double XCoordinate { get; set; }
Property Value
XYAcquisitionNumber
Gets or sets the xy-acquisition number which should be used for reading coordinate.
public int XYAcquisitionNumber { get; set; }
Property Value
YCoordinate
Gets or sets the Y-Coordinate to be read.
public double YCoordinate { get; set; }
Property Value
ZAcquisitionNumber
Gets or sets the z-acquisition number which should be used for reading coordinate.
public int ZAcquisitionNumber { get; set; }
Property Value
ZCoordinate
Gets or sets the Z-Coordinate to be read.
public double ZCoordinate { get; set; }