Shows the number of possible states for the device
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int NumStates { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property NumStates As Integer |
Visual C++ |
---|
public: virtual property int NumStates { int get () sealed; } |