List of all the named filter wheel stops
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public List<string> Stops { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Stops As List(Of String) |
Visual C++ |
---|
public: virtual property List<String^>^ Stops { List<String^>^ get () sealed; } |