Factory.GetIModelManager Method
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the GetIModelManager2 method instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIGets the IModelManager interface, which you can use to get lists of the models and model parameters in the system and to get and set the values of model parameters.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetIModelManager As IModelManager |
| C# |
|---|
public IModelManager GetIModelManager() |
| Visual C++ |
|---|
public: IModelManager^ GetIModelManager() |