Definition at line 144 of file Microscope.cs.
◆ Objectives()
| BioLib.Objectives.Objectives |
( |
| ) |
|
◆ GetObjective()
Definition at line 212 of file Microscope.cs.
213 {
214 return List[index];
215 }
◆ GetPosition()
| int BioLib.Objectives.GetPosition |
( |
| ) |
|
◆ SetPosition()
| void BioLib.Objectives.SetPosition |
( |
int | index | ) |
|
Definition at line 204 of file Microscope.cs.
205 {
206 this.index = index;
207 }
◆ changer
| object BioLib.Objectives.changer |
|
static |
◆ changerType
| Type BioLib.Objectives.changerType = null |
|
static |
◆ List
◆ moveWait
| int BioLib.Objectives.moveWait = 1000 |
◆ Index
| int BioLib.Objectives.Index |
|
getset |
Definition at line 193 of file Microscope.cs.
194 {
195 get
196 {
197 return GetPosition();
198 }
199 set
200 {
201 SetPosition(value);
202 }
203 }
The documentation for this class was generated from the following file: