VeriStand .NET API Reference

ModelParameters.AddModelParameterGroup Method

Adds the specified ModelParameterGroup as a sub-section of the Parameters 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 AddModelParameterGroup ( _
	modelParameterGroup As ModelParameterGroup _
) As Boolean
C#
public bool AddModelParameterGroup(
	ModelParameterGroup modelParameterGroup
)
Visual C++
public:
bool AddModelParameterGroup(
	ModelParameterGroup^ modelParameterGroup
)

Return Value

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

See Also

Log in to get a better experience