DataValueArray.Length Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the total number of elements in DataValueArray(T).
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property Length As Long |
| C# |
|---|
public override long Length { get; } |
| Visual C++ |
|---|
public: virtual property long long Length { long long get () override; } |