Returns a stop or location where the stage remembers

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

Syntax

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

Implements

IXYStageCom..::.Stops

See Also