VeriStand .NET API Reference

Table of Contents

Factory.GetIModel Method (String)

This method is deprecated in NI VeriStand 2010 and later. Use the GetIModel method instead.

Gets the IModel interface, which you can use to get information about and configure the execution state of a single model.

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 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.

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