VeriStand .NET API Reference

RootNode Constructor

Initializes a new instance of RootNode and constructs a new root node with 0.0.0.0 for the FileFormatVersion and Version properties.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Protected Sub New
C#
protected RootNode()
Visual C++
protected:
RootNode()

Remarks

This constructor is protected.

See Also