VeriStand .NET API Reference

ModelParameterGroup.AddModelParameter Method

Adds the specified ModelParameter to the ModelParameterGroup 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 AddModelParameter ( _
	modelParameter As ModelParameter _
) As Boolean
C#
public bool AddModelParameter(
	ModelParameter modelParameter
)
Visual C++
public:
bool AddModelParameter(
	ModelParameter^ modelParameter
)

Parameters

modelParameter
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ModelParameter
The parameter to add.

Return Value

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

See Also

Log in to get a better experience