Variables.FindVariable Method (String, AbstractDeclaration)
- Updated2023-02-21
- 2 minute(s) read
Searches the Variables section for a variable with the specified identifier.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function FindVariable ( _ identifier As String, _ <OutAttribute> ByRef variable As AbstractDeclaration _ ) As Boolean |
| C# |
|---|
public bool FindVariable( string identifier, out AbstractDeclaration variable ) |
| Visual C++ |
|---|
public: bool FindVariable( String^ identifier, [OutAttribute] AbstractDeclaration^% variable ) |
Parameters
- identifier
- Type: System.String
The name of the variable to search for.
- variable
- Type:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractDeclaration
%
Upon return, contains an AbstractDeclaration reference to the variable.