VeriStand .NET API Reference

Models.AddModel Method

Adds the specified Model to the Models section.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddModel ( _
	model As Model _
) As Boolean
C#
public bool AddModel(
	Model model
)
Visual C++
public:
bool AddModel(
	Model^ model
)

Parameters

model
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Model
The model to add.

Return Value

true (True in Visual Basic) if the model was added successfully.

See Also

Log in to get a better experience