Factory.GetIModel Method (String)
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the GetIModel method instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIGets the IModel interface, which you can use to get information about and configure the execution state of a single model.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Function GetIModel ( _ modelName As String _ ) As IModel |
C# |
---|
public IModel GetIModel( string modelName ) |
Visual C++ |
---|
public: IModel^ GetIModel( String^ modelName ) |
Parameters
- modelName
- Type: System.String
Specifies the name of the model you want to access.