Returns number of stops built into filterwheel
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int NumStops { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property NumStops As Integer |
Visual C++ |
---|
public: virtual property int NumStops { int get () sealed; } |