VeriStand .NET API Reference

XNETDatabases.AddDatabase Method

Adds the specified Database to the XNETDatabases 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 AddDatabase ( _
	database As Database _
) As Boolean
C#
public bool AddDatabase(
	Database database
)
Visual C++
public:
bool AddDatabase(
	Database^ database
)

Parameters

database
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Database
The database to add.

Return Value

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

See Also

Log in to get a better experience