VeriStand .NET API Reference

Scales.AddScaleFolder Method

Adds the specified ScaleFolder to the Scales 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 AddScaleFolder ( _
	folder As ScaleFolder _
) As Boolean
C#
public bool AddScaleFolder(
	ScaleFolder folder
)
Visual C++
public:
bool AddScaleFolder(
	ScaleFolder^ folder
)

Parameters

folder
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ScaleFolder
The ScaleFolder to add.

Return Value

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

See Also

Log in to get a better experience