BioLib  3.7.0
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.Objectives.Objective Class Reference

Public Member Functions

 Objective (object o, int index)
 
override string ToString ()
 

Public Attributes

Dictionary< string, object > config = new Dictionary<string, object>()
 
string Name = ""
 
string UniqueName = ""
 
string ElementType = ""
 
bool Oil = false
 
int Magnification = 0
 
float NumericAperture = 0
 
int Index
 
string Modes = ""
 
string Features = ""
 
double LocateExposure = 50
 
int WorkingDistance = 0
 
double AcquisitionExposure = 50
 
string Configuration = ""
 
double MoveAmountL = 40
 
double MoveAmountR = 10
 
double FocusMoveAmount = 0.02
 
double ViewWidth
 
double ViewHeight
 

Constructor & Destructor Documentation

◆ Objective() [1/2]

BioLib.Objectives.Objective.Objective ( object o,
int index )
176 {
177 Index = index;
178 }

◆ Objective() [2/2]

BioLib.Objectives.Objective.Objective ( )
180 {
181 }

Member Function Documentation

◆ ToString()

override string BioLib.Objectives.Objective.ToString ( )
183 {
184 return Name.ToString() + " " + Index;
185 }

The documentation for this class was generated from the following file: