DataValueArray.Length Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets the total number of elements in DataValueArray This is an abstract declaration only. Derived classes must implement the correct Length property for that class.
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 MustOverride ReadOnly Property Length As Long |
| C# |
|---|
public abstract long Length { get; } |
| Visual C++ |
|---|
public: virtual property long long Length { long long get () abstract; } |