 | SingleWavelengthReconstructionTransMicroscope Property |
Gets or sets the type of the miscroscope.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual bool TransMicroscope { get; set; }
public:
virtual property bool TransMicroscope {
bool get ();
void set (bool value);
}
Property Value
Booleantrue if transmission microscope,
false otherwise.
Implements
IReconstructionTransMicroscope
See Also