ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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