CorrectionType Enumeration | 
            Defines the correction file type
            
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.31.0
Syntaxpublic enum CorrectionType
Members| Member name | Value | Description | 
|---|
| Unknown | 0 | 
            Specifies a correction file type of unknown format.
             | 
| Standard16 | 1 | 
            Specifies the 16-bit correction file format for standard 2D and 3D scan heads.
             | 
| Standard20 | 2 | 
            Specifies the 20-bit correction file format for standard 2D and 3D scan heads.
             | 
| UHSS16 | 3 | 
            Specifies the 16-bit correction file format for UHSS 2D and 3D scan heads.
             | 
| UHSS20 | 4 | 
            Specifies the 20-bit correction file format for UHSS 2D and 3D scan heads.
             | 
| PowerCorrection | 5 | 
            Specifies the power correction file format for any 2D/3D scan heads.
             | 
| Ctb | 6 | 
            Specifies the RTC-4 correction file format.
             | 
| Ct5 | 7 | 
            Specifies the RTC-5 correction file format.
             | 
| Cti | 8 | 
            Specifies the cti correction file format.
             | 
| Ucf | 9 | 
            Specifies the SCAPS correction file format.
             | 
See Also