List of all the named filter wheel stops

Namespace:  CoreDevices.Devices
Assembly:  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;
}

Implements

IFilterWheelCom..::.Stops

See Also