VeriStand .NET API Reference

CustomDeviceSection Constructor

Initializes a new instance of CustomDeviceSection and creates a section with the Name and GUID you specify.

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 Sub New ( _
	Name As String, _
	GUID As String _
)
C#
public CustomDeviceSection(
	string Name,
	string GUID
)
Visual C++
public:
CustomDeviceSection(
	String^ Name, 
	String^ GUID
)

Parameters

Name
Type: System.String
The name associated with the section, as specified in the Custom Device XML file.
GUID
Type: System.String
The GUID associated with the section, as specified in the Custom Device XML file.

See Also

Log in to get a better experience