VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

ScaleFolder Class

Represents a folder under the Scales section of the system definition. Folders simply organize scales into logical groups.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Class ScaleFolder _
	Inherits Section
C#
public class ScaleFolder : Section
Visual C++
public ref class ScaleFolder : public Section

Remarks

Use the members of this class to add a new or access an existing scale or subfolder within the current scale folder.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Section
            NationalInstruments.VeriStand.SystemDefinitionAPI.ScaleFolder

See Also

Was this information helpful?