List of all the named stops on this stage and their location

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<ZStage..::.Zlocation> Stops { get; }
Visual Basic (Declaration)
Public ReadOnly Property Stops As List(Of ZStage..::.Zlocation)
Visual C++
public:
virtual property List<ZStage..::.Zlocation^>^ Stops {
	List<ZStage..::.Zlocation^>^ get () sealed;
}

Implements

IZStageCom..::.Stops

See Also