Click or drag to resize

CorrectionFileInfo Class

The information related to the field correction file
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CorrectionsCorrectionFileInfo

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public class CorrectionFileInfo

The CorrectionFileInfo type exposes the following members.

Constructors
 NameDescription
Public methodCorrectionFileInfoInitializes a new instance of the CorrectionFileInfo class
Top
Properties
 NameDescription
Public propertyAperture The aperture.
Public propertyAxes Number of axes.
Public propertyDimensions Number of dimensions.
Public propertyFieldSize Field size.
Public propertyFocalLength The focal length.
Public propertyHasAuxiliaryAxis True if auxiliary axis is available.
Public propertyHash The hash value of the file; only set in case of "*.fc3" files.
Public propertyHasOpticalZoom True if zoom axis is available.
Public propertyHasSensorAxis True if sensor axis is available.
Public propertyHasZAxis True if z axis is available.
Public propertyMaxLensTravel Length of the z axes.
Public propertyMaxMagnification Maximal magnification.
Public propertyMetadata Additional data for descriptive purposes.
Public propertyOffset Field offset.
Public propertyWavelength The wavelength.
Public propertyWorkingDistance Distance between the scan head an die work space.
Top
See Also