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 Class Reference

Classes

class  Objective
 

Public Member Functions

void SetPosition (int index)
 
int GetPosition ()
 
Objective GetObjective ()
 

Public Attributes

List< ObjectiveList = new List<Objective>()
 
int moveWait = 1000
 

Static Public Attributes

static Type changerType = null
 
static object changer
 

Properties

int Index [get, set]
 

Constructor & Destructor Documentation

◆ Objectives()

BioLib.Objectives.Objectives ( )
151 {
152
153 }

Member Function Documentation

◆ GetObjective()

Objective BioLib.Objectives.GetObjective ( )
213 {
214 return List[index];
215 }

◆ GetPosition()

int BioLib.Objectives.GetPosition ( )
209 {
210 return index;
211 }

◆ SetPosition()

void BioLib.Objectives.SetPosition ( int index)
205 {
206 this.index = index;
207 }

Property Documentation

◆ Index

int BioLib.Objectives.Index
getset
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: