 | SingleWavelengthReconstructionTransMicroscope Property |
Gets or sets the type of the miscroscope.
Namespace:
LynceeTec.Processing.Holography
Assembly:
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
Type:
Booleantrue if transmission microscope,
false otherwise.
Implements
IReconstructionTransMicroscope
See Also