VeriStand .NET API Reference

SystemDefinition.SaveSystemDefinitionFile Method (String)

Saves the system definition file.

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 SaveSystemDefinitionFile ( _
	<OutAttribute> ByRef error As String _
) As Boolean
C#
public bool SaveSystemDefinitionFile(
	out string error
)
Visual C++
public:
bool SaveSystemDefinitionFile(
	[OutAttribute] String^% error
)

Parameters

error
Type: System.String %
Upon return, contains the error that caused the system definition file not to be saved. If no error occurs, this parameter contains an empty string.

Return Value

true (True in Visual Basic) if the system definition file was saved successfully.

Remarks

This method saves the file to the location specified by the file path stored within the class instance.

See Also

Log in to get a better experience