|
|
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 |
| |
◆ Objective() [1/2]
| BioLib.Objectives.Objective.Objective |
( |
object | o, |
|
|
int | index ) |
176 {
177 Index = index;
178 }
◆ Objective() [2/2]
| BioLib.Objectives.Objective.Objective |
( |
| ) |
|
◆ 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: