Definition at line 152 of file Microscope.cs .
◆ Objectives()
BioGTK.Objectives.Objectives
(
)
◆ GetObjective()
Definition at line 220 of file Microscope.cs .
221 {
222 return List[index];
223 }
◆ GetPosition()
int BioGTK.Objectives.GetPosition
(
)
◆ SetPosition()
void BioGTK.Objectives.SetPosition
(
int index )
Definition at line 212 of file Microscope.cs .
213 {
214 this.index = index;
215 }
◆ changer
object BioGTK.Objectives.changer
static
◆ changerType
Type BioGTK.Objectives.changerType = null
static
◆ List
◆ moveWait
int BioGTK.Objectives.moveWait = 1000
◆ Index
int BioGTK.Objectives.Index
get set
Definition at line 201 of file Microscope.cs .
202 {
203 get
204 {
205 return GetPosition();
206 }
207 set
208 {
209 SetPosition(value);
210 }
211 }
The documentation for this class was generated from the following file: