VeriStand .NET API Reference

Factory.GetIModelManager2 Method

Gets the IModelManager2 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.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function GetIModelManager2 ( _
	gateway_ip_address As String _
) As IModelManager2
C#
public IModelManager2 GetIModelManager2(
	string gateway_ip_address
)
Visual C++
public:
IModelManager2^ GetIModelManager2(
	String^ gateway_ip_address
)

Parameters

gateway_ip_address
Type: System.String
Specifies the IP address of the VeriStand Gateway.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience