DAQCountUpDown.CountDirection Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the direction of the count (up, down, or externally controlled).
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property CountDirection As DAQCounterCountMode |
| C# |
|---|
public virtual DAQCounterCountMode CountDirection { get; set; } |
| Visual C++ |
|---|
public: virtual property DAQCounterCountMode CountDirection { DAQCounterCountMode get (); void set (DAQCounterCountMode value); } |