Scales.AddScaleFolder Method
- Updated2023-02-21
- 2 minute(s) read
Adds the specified ScaleFolder to the Scales section.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.