IModelManager2 Interface
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Interface to control and observe models running on an execution host. Use the GetIModelManager2 method of the Factory class to access this interface.
Namespace:
NationalInstruments.VeriStand.ClientAPIThis interface also inherits the methods of the IModelManager interface.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Interface IModelManager2 _ Implements IModelManager |
| C# |
|---|
public interface IModelManager2 : IModelManager |
| Visual C++ |
|---|
public interface class IModelManager2 : IModelManager |