Click or drag to resize

IObjectiveInfo Interface

Interface representing a row in the Objective Info table of the database

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
public interface IObjectiveInfo : IFactorySetting, 
	ILynceeDataSet

The IObjectiveInfo type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Public propertyDiameter_mm
Public propertyInstalled
Public propertyLength_mm
Public propertyMagnification
The magnification of the objective.
Public propertyName
Public propertyNumericalAperture
Public propertyObjectiveId
Public propertyObjectiveOrientation_Degrees
Public propertyOptimalDistance_mm
Public propertyParfocalDistance_mm
Public propertyPixelXSize_um
The calibrated value of the length corresponding to a pixel in the image in the X direction. In [um]
Public propertyPixelYSize_um
The calibrated value of the length corresponding to a pixel in the image in the Y direction. In [um]
Public propertyPrimaryKey (Inherited from ILynceeDataSet.)
Public propertyStandardDistance_cm
Public propertyTurretPositionIndex
Public propertyWorkingDistance_mm
Top
Methods
  NameDescription
Public methodInit (Inherited from ILynceeDataSet.)
Top
See Also