DAQWaveform.GetI32Property Method
- Updated2023-02-21
- 2 minute(s) read
Get value of a property of type I32 specified by propertyName. Throws exception if property of this type does not exist in the Plugin XML.
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 Sub GetI32Property ( _ propertyName As String, _ <OutAttribute> ByRef value As Integer _ ) |
| C# |
|---|
public void GetI32Property( string propertyName, out int value ) |
| Visual C++ |
|---|
public: void GetI32Property( String^ propertyName, [OutAttribute] int% value ) |